Skip to content

Commit 9597aae

Browse files
committed
global.json: enable roll forward in .NET SDK
Our release agent pools use 10.0.300. Our GitHub Agents use 10.0.203. Let's just be less picky about the exact verison of "10.x". Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent 924d4a5 commit 9597aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"version": "10.0.203",
4-
"rollForward": "disable"
4+
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {
77
"Microsoft.Build.Traversal": "4.1.0",

0 commit comments

Comments
 (0)