Browse Source

Add global.json

Wiesław Šoltés 3 years ago
parent
commit
f7cd89ccf6
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
+  }
+}