Skip to content

Commit 136fa1d

Browse files
committed
Explore if allowPrerelease fixes vs22 preview rejections
I edited the json wrong in dotnet#51558. If this is all that's needed, the fix can be simpler. I think this likely isn't the case since there are tests with a custom global.json file, but it's worth trying.
1 parent fe23cb1 commit 136fa1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
"native-tools": {
1717
"cmake": "latest"
1818
},
19+
"sdk": {
20+
"allowPrerelease": true
21+
},
1922
"msbuild-sdks": {
2023
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25515.2",
2124
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25515.2",
2225
"Microsoft.Build.NoTargets": "3.7.0",
2326
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2427
}
25-
}
28+
}

0 commit comments

Comments
 (0)