swagger, lauch, tasks

This commit is contained in:
Roland Fieger
2021-10-08 12:17:50 +02:00
parent a28799273b
commit c384e3bdca
4 changed files with 101 additions and 4 deletions

17
SearchWebApi/NuGet.Config Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<Gtue.Framework>
<add key="Username" value="not_needed" />
<add key="ClearTextPassword" value="%NUGET_PAT%" />
</Gtue.Framework>
<Gtue.Welt>
<add key="Username" value="not_needed" />
<add key="ClearTextPassword" value="%NUGET_PAT%" />
</Gtue.Welt>
</packageSourceCredentials>
</configuration>

View File

@@ -8,10 +8,10 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.16" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.1.4" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.1.4" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.1.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.2.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.2.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.2.2" />
</ItemGroup>
<ItemGroup>