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
-
+