Browse Source

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

pull/5350/head
Halil İbrahim Kalkan 5 years ago
parent
commit
77156e8f0d
  1. 6
      global.json

6
global.json

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