Skip to content

Commit 899e478

Browse files
author
Ralph Hendriks
committed
Pin .NET Core SDK to 3.1.3?? feature band
Do not allow prereleases.
1 parent a05519e commit 899e478

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.201"
3+
"allowPrerelease": false,
4+
"version": "3.1.300",
5+
"rollForward": "latestPatch"
46
}
57
}

0 commit comments

Comments
 (0)