Skip to content

Commit d9087b6

Browse files
authored
Merge pull request #176 from ralphhendriks/relax-global-json-sdk-constraints
Pin .NET Core SDK version to latest feature band
2 parents 19d871c + b1ae127 commit d9087b6

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

0 commit comments

Comments
 (0)