We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0074727 commit e8be0c5Copy full SHA for e8be0c5
src/SkinnyControllers/SkinnyControllerTest/SkinnyControllerTest.csproj
@@ -1,10 +1,10 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<TargetFramework>net7.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" NoWarn="NU1605" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" NoWarn="NU1605" />
8
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.0" NoWarn="NU1605" />
9
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
10
<PackageReference Include="System.IO.Abstractions" Version="14.0.13" />
0 commit comments