From 03306887b1cc89bac2b0205c8c030e995abc193f Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Tue, 21 Apr 2026 23:57:37 -0500 Subject: [PATCH] fix(deps): unblock dependabot nuget updates Pin floating 10.0.* package versions, loosen the global.json SDK roll-forward to any .NET 10 SDK, and add a dedicated nuget entry for .config/dotnet-tools.json. --- .github/dependabot.yml | 4 ++++ global.json | 4 ++-- src/SharpFM.Plugin/SharpFM.Plugin.csproj | 2 +- tests/SharpFM.Plugin.Tests/SharpFM.Plugin.Tests.csproj | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f79025..d3dce5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,10 @@ updates: MicrosoftCodeAnalysis: patterns: - "Microsoft.CodeAnalysis.*" +- package-ecosystem: "nuget" + directory: "/.config" + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/global.json b/global.json index 7bc637b..1e7fdfa 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", - "rollForward": "latestFeature" + "version": "10.0.100", + "rollForward": "latestMinor" } } diff --git a/src/SharpFM.Plugin/SharpFM.Plugin.csproj b/src/SharpFM.Plugin/SharpFM.Plugin.csproj index 44b2030..ce5a276 100644 --- a/src/SharpFM.Plugin/SharpFM.Plugin.csproj +++ b/src/SharpFM.Plugin/SharpFM.Plugin.csproj @@ -16,7 +16,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/SharpFM.Plugin.Tests/SharpFM.Plugin.Tests.csproj b/tests/SharpFM.Plugin.Tests/SharpFM.Plugin.Tests.csproj index e25ba8a..b90450d 100644 --- a/tests/SharpFM.Plugin.Tests/SharpFM.Plugin.Tests.csproj +++ b/tests/SharpFM.Plugin.Tests/SharpFM.Plugin.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +