Skip to content

Commit 095760a

Browse files
committed
Minor versions upgrades to latest
WE2-1085 Signed-off-by: Sven Mitt <[email protected]>
1 parent 5ec8361 commit 095760a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/WebEid.AspNetCore.Example/WebEid.AspNetCore.Example.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" NoWarn="NU1605" />
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.10" NoWarn="NU1605" />
18-
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
19-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.2.2" />
15+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.15" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.15" NoWarn="NU1605" />
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.15" NoWarn="NU1605" />
18+
<PackageReference Include="Microsoft.Identity.Web" Version="3.8.4" />
19+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.8.4" />
2020
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
2121
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
2222
<PackageReference Include="System.Text.Json" Version="8.0.5" />

0 commit comments

Comments
 (0)