chore(deps): bump all NuGet references to latest stable - #68
Merged
Conversation
Refresh every out-of-date package to its current latest stable, and keep the release job's pinned nbgv CLI in sync with the Nerdbank.GitVersioning package: Nerdbank.GitVersioning 3.10.85 -> 3.10.91 Microsoft.Data.Sqlite 10.0.9 -> 10.0.11 Microsoft.Extensions.DependencyInjection 10.0.9 -> 10.0.11 Microsoft.Web.WebView2 1.0.4022.49 -> 1.0.4129.50 Microsoft.Windows.SDK.BuildTools 10.0.28000.2270 -> 10.0.28000.2526 Microsoft.WindowsAppSDK 2.2.0 -> 2.4.0 Spectre.Console 0.57.1 -> 0.57.2 Microsoft.NET.Test.Sdk 18.7.0 -> 18.9.0 xunit.runner.visualstudio 3.1.5 -> 4.0.0 Everything else is already on its latest stable. Spectre.Console.Cli stays at 0.55.0 (still no newer stable). xunit stays at 2.9.3; runner 4.0.0 still runs xunit v1/v2/v3, so the major bump is safe. The SQLitePCLRaw advisory suppression stays too — Microsoft.Data.Sqlite 10.0.11 still resolves SQLitePCLRaw 2.1.12. All 372 tests pass and the full solution — including the WinUI head on Windows App SDK 2.4.0 — builds clean with no warnings on the Windows head. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Refreshes every out-of-date NuGet reference to its current latest stable, and keeps the release job's pinned
nbgvCLI in sync with theNerdbank.GitVersioningpackage version.Deliberately left alone
Directory.Packages.propsstands.Directory.Build.props— Microsoft.Data.Sqlite 10.0.11 still resolves SQLitePCLRaw 2.1.12, so the underlying condition hasn't changed.Verification
Visual smoke-testing of the app under Windows App SDK 2.4.0 is still worth a look before release, since a compile-clean SDK minor bump doesn't guarantee unchanged rendering.
🤖 Generated with Claude Code