File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <RootNamespace >LoginAuthCode</RootNamespace >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10.0.0 " />
11- <PackageReference Include =" DotNetEnv" Version =" 3.1.1 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10.0.7 " />
11+ <PackageReference Include =" DotNetEnv" Version =" 3.2.0 " />
1212 </ItemGroup >
1313</Project >
Original file line number Diff line number Diff line change 88 <RootNamespace >LoginAuthCode.Tests</RootNamespace >
99 </PropertyGroup >
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
12- <PackageReference Include =" xunit" Version =" 2.9.2 " />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
12+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.7 " />
1515 </ItemGroup >
1616 <ItemGroup >
1717 <ProjectReference Include =" ..\src\login-auth-code.csproj" />
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99 <ItemGroup >
1010 <PackageReference Include =" Sustainsys.Saml2.AspNetCore2" Version =" 2.11.0" />
11- <PackageReference Include =" DotNetEnv" Version =" 3.1.1 " />
11+ <PackageReference Include =" DotNetEnv" Version =" 3.2.0 " />
1212 <!-- Override transitive dep with vulnerable Newtonsoft.Json 10.0.1 (NU1903 / GHSA-5crp-9r3c-p9vr). -->
13- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
13+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
1414 </ItemGroup >
1515</Project >
Original file line number Diff line number Diff line change 88 <RootNamespace >SamlSpLogin.Tests</RootNamespace >
99 </PropertyGroup >
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
1212 <PackageReference Include =" xunit" Version =" 2.9.3" />
1313 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
14- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.7 " />
1515 <!-- Override transitive dep with vulnerable System.Drawing.Common 4.7.0 (NU1904 / GHSA-rxg9-xrhp-64gj). -->
16- <PackageReference Include =" System.Drawing.Common" Version =" 8.0.10 " />
16+ <PackageReference Include =" System.Drawing.Common" Version =" 8.0.26 " />
1717 </ItemGroup >
1818 <ItemGroup >
1919 <ProjectReference Include =" ..\src\saml-sp-login.csproj" />
Original file line number Diff line number Diff line change 77 <RootNamespace >TokenRefresh</RootNamespace >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10.0.0 " />
11- <PackageReference Include =" DotNetEnv" Version =" 3.1.1 " />
12- <PackageReference Include =" Duende.IdentityModel" Version =" 7.0 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10.0.7 " />
11+ <PackageReference Include =" DotNetEnv" Version =" 3.2.0 " />
12+ <PackageReference Include =" Duende.IdentityModel" Version =" 7.1 .0" />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 88 <RootNamespace >TokenRefresh.Tests</RootNamespace >
99 </PropertyGroup >
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
12- <PackageReference Include =" xunit" Version =" 2.9.2 " />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
12+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.7 " />
1515 </ItemGroup >
1616 <ItemGroup >
1717 <ProjectReference Include =" ..\src\token-refresh.csproj" />
Original file line number Diff line number Diff line change 281281 ],
282282 "framework" : " dotnet" ,
283283 "lib" : " Microsoft.AspNetCore.Authentication.OpenIdConnect" ,
284- "lib_version" : " 10.0.0 " ,
284+ "lib_version" : " 10.0.7 " ,
285285 "docs_url" : " https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication" ,
286286 "install" : " " ,
287287 "repo_path" : " samples/dotnet/login-auth-code" ,
423423 ],
424424 "framework" : " dotnet" ,
425425 "lib" : " Microsoft.AspNetCore.Authentication.OpenIdConnect" ,
426- "lib_version" : " 10.0.0 " ,
426+ "lib_version" : " 10.0.7 " ,
427427 "docs_url" : " https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication" ,
428428 "install" : " " ,
429429 "repo_path" : " samples/dotnet/token-refresh" ,
You can’t perform that action at this time.
0 commit comments