swagger, lauch, tasks
This commit is contained in:
		
							
								
								
									
										17
									
								
								SearchWebApi/NuGet.Config
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								SearchWebApi/NuGet.Config
									
									
									
									
									
										Normal 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> | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user