build: allow SDK roll-forward to a newer major (PCs without a .NET 8 SDK)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
(cherry picked from commit 76942bc5c55f3f44e1289ff0d6e690fad57e95b7)
This commit is contained in:
CubeGameLP
2026-08-28 20:31:50 +02:00
parent fea8236e8a
commit c259254921
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0.418", "version": "8.0.418",
"rollForward": "latestFeature" "rollForward": "latestMajor"
} }
} }