Browse Source

Merge pull request #10207 from crobibero/global.json

Add global.json to specify dotnet version
Claus Vium 1 year ago
parent
commit
759097440d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      global.json

+ 6 - 0
global.json

@@ -0,0 +1,6 @@
+{
+    "sdk": {
+        "version": "7.0.0",
+        "rollForward": "latestMinor"
+    }
+}