Skip to content

Commit 54aba49

Browse files
Pin .NET Core SDK to 3.1.* feature band and patch level
1 parent 42f0814 commit 54aba49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "3.1.*"
3+
"allowPrerelease": false,
4+
"version": "3.1.100",
5+
"rollForward": "latestFeature"
46
}
57
}

0 commit comments

Comments
 (0)