Skip to content

Commit 1bfc00b

Browse files
committed
Update the minimum required .NET SDK to version 5.0.103
Already using LangVersion = 9.0 so the .NET SDK 5 is a requirement. Also change the roll-forward policy from latestMajor to latestMinor to make sure not to automatically opt-in to the .NET 6 SDK before making sure everything works fine with the .NET 6 SDK.
1 parent 815fb6b commit 1bfc00b

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": "3.1.405",
4+
"version": "5.0.103",
55
"allowPrerelease": false,
6-
"rollForward": "latestMajor"
6+
"rollForward": "latestMinor"
77
}
88
}

0 commit comments

Comments
 (0)