Resolves #5346: Add global.json to specify the dotnet core version

pull/5350/head
Halil İbrahim Kalkan 5 years ago
parent 1b77cb5582
commit 77156e8f0d

@ -0,0 +1,6 @@
{
"sdk": {
"version": "3.1.102",
"rollForward": "latestFeature"
}
}
Loading…
Cancel
Save