Skip to content

chore(deps): bump all NuGet references to latest stable - #68

Merged
StuartMeeks merged 1 commit into
mainfrom
chore/deps-bump-2026-08
Aug 19, 2026
Merged

chore(deps): bump all NuGet references to latest stable#68
StuartMeeks merged 1 commit into
mainfrom
chore/deps-bump-2026-08

Conversation

@StuartMeeks

Copy link
Copy Markdown
Owner

Refreshes every out-of-date NuGet reference to its current latest stable, and keeps the release job's pinned nbgv CLI in sync with the Nerdbank.GitVersioning package version.

Package From To
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

Deliberately left alone

  • Spectre.Console.Cli stays at 0.55.0 — still no newer stable, so the existing comment in Directory.Packages.props stands.
  • xunit stays at 2.9.3 (latest stable). Runner 4.0.0 is a major bump but still runs xunit v1/v2/v3, so it pairs fine.
  • The SQLitePCLRaw advisory suppression stays in Directory.Build.props — Microsoft.Data.Sqlite 10.0.11 still resolves SQLitePCLRaw 2.1.12, so the underlying condition hasn't changed.
  • CommunityToolkit.Mvvm, Jdenticon-net, Markdig, Porta.Pty, the WinUI SettingsControls, H.NotifyIcon.WinUI, Velopack and coverlet.collector are all already on their latest stable.

Verification

  • All 372 tests pass (Core 245, Execution 61, Importer 66).
  • Full solution — including the WinUI head on Windows App SDK 2.4.0 — builds clean with 0 warnings, 0 errors on a Windows 11 host.

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

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>
@StuartMeeks
StuartMeeks merged commit a450c31 into main Aug 19, 2026
6 checks passed
@StuartMeeks
StuartMeeks deleted the chore/deps-bump-2026-08 branch August 19, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant