Skip to content

Commit df0948b

Browse files
committed
Use latestFeature as roll forward policy in global.json
Not too demanding for potential open source contributors (not requiring the absolute latest version) but picks the latest version in GitHub actions with [setup-dotnet](https://github.com/actions/setup-dotnet/blob/607fce577a46308457984d59e4954e075820f10a/src/setup-dotnet.ts#L107-L110).
1 parent 630ce98 commit df0948b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/global",
33
"sdk": {
4-
"version": "6.0.402",
4+
"version": "6.0.400",
55
"allowPrerelease": false,
6-
"rollForward": "latestMinor"
6+
"rollForward": "latestFeature"
77
}
88
}

0 commit comments

Comments
 (0)