chore(samples/dotnet): bump deps to latest stable#146
Merged
Conversation
- 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>
There was a problem hiding this comment.
Pull request overview
Updates dependency versions for the .NET sample projects to align with the repo’s net10.0 baseline, primarily by bumping test SDK and selected runtime packages. One additional change updates iOS snippet metadata, which appears out-of-scope for the PR title/description.
Changes:
- Bumped
Microsoft.NET.Test.Sdkto18.5.1across the three .NET test projects. - Bumped
Duende.IdentityModelto8.1.0intoken-refresh. - Bumped the explicit
System.Drawing.Commonoverride insaml-sp-logintests to10.0.7. - Updated
snippets.jsoniOS metadata forAppAuth-iOS(lib_versionchanged to1.7.6).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| snippets.json | Changes iOS snippet metadata (AppAuth-iOS version). |
| samples/dotnet/token-refresh/tests/token-refresh.tests.csproj | Bumps Microsoft.NET.Test.Sdk. |
| samples/dotnet/token-refresh/src/token-refresh.csproj | Bumps Duende.IdentityModel major version. |
| samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj | Bumps Microsoft.NET.Test.Sdk and System.Drawing.Common override. |
| samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj | Bumps Microsoft.NET.Test.Sdk. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bwereszczak
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the 3 .NET samples (
login-auth-code,token-refresh,saml-sp-login) onto the latest stable NuGet versions.Bumps
Microsoft.NET.Test.SdkDuende.IdentityModelSystem.Drawing.Common🤖 Generated with Claude Code