Browse Source

Merge pull request #249 from wieslawsoltes/CreateGlobalJson

Add global.json
Marcin Ziąbek 3 years ago
parent
commit
6058dac524
1 changed files with 7 additions and 0 deletions
  1. 7 0
      global.json

+ 7 - 0
global.json

@@ -0,0 +1,7 @@
+{
+  "sdk": {
+    "version": "6.0.300",
+    "rollForward": "latestMinor",
+    "allowPrerelease": true
+  }
+}