Skip to content

Commit 14b3967

Browse files
Now it is able to run and build it if you have newer dotnet core sdk installed than 3.1.201.
1 parent dcba61c commit 14b3967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.201"
3+
"version": "3.1.201",
4+
"rollForward": "latestMinor"
45
}
56
}

0 commit comments

Comments
 (0)