Skip to content

Commit c1331e7

Browse files
ksroda-saclaude
andauthored
chore(samples/dotnet): bump deps to latest stable (#146)
* chore(samples/dotnet): bump deps to latest stable - Microsoft.NET.Test.Sdk 17.14.1 → 18.5.1 (3 test projects) - Duende.IdentityModel 7.1.0 → 8.1.0 (token-refresh; major bump) - System.Drawing.Common 8.0.26 → 10.0.7 (saml-sp-login tests, transitive override aligned with the .NET 10 baseline) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * snipptes update --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d097ac0 commit c1331e7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>LoginAuthCode.Tests</RootNamespace>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.7" />

samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<RootNamespace>SamlSpLogin.Tests</RootNamespace>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1414
<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.26" />
16+
<PackageReference Include="System.Drawing.Common" Version="10.0.7" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\src\saml-sp-login.csproj" />

samples/dotnet/token-refresh/src/token-refresh.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.7" />
1111
<PackageReference Include="DotNetEnv" Version="3.2.0" />
12-
<PackageReference Include="Duende.IdentityModel" Version="7.1.0" />
12+
<PackageReference Include="Duende.IdentityModel" Version="8.1.0" />
1313
</ItemGroup>
1414
</Project>

samples/dotnet/token-refresh/tests/token-refresh.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>TokenRefresh.Tests</RootNamespace>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.7" />

0 commit comments

Comments
 (0)