Skip to content

Commit cd99277

Browse files
ksroda-saclaude
andcommitted
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>
1 parent 5b1c34a commit cd99277

5 files changed

Lines changed: 6 additions & 6 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" />

snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
],
692692
"framework": "ios",
693693
"lib": "AppAuth-iOS",
694-
"lib_version": "2.0.0",
694+
"lib_version": "1.7.6",
695695
"docs_url": "https://github.com/openid/AppAuth-iOS",
696696
"install": "",
697697
"repo_path": "samples/ios/login-pkce",

0 commit comments

Comments
 (0)