Skip to content

Commit 96aac68

Browse files
Mihkel Kivisildmrts
authored andcommitted
Updated example application dependencies
Signed-off-by: Mihkel Kivisild <[email protected]>
1 parent c787653 commit 96aac68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.7" />
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" NoWarn="NU1605" />
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.7" NoWarn="NU1605" />
17-
<PackageReference Include="Microsoft.Identity.Web" Version="2.20.0" />
18-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.20.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
15+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" NoWarn="NU1605" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.10" NoWarn="NU1605" />
17+
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
18+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.2.2" />
1919
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
20-
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
21-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
20+
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
21+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2222
<PackageReference Include="WebEid.Security" Version="1.2.0" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)