Ver código fonte

Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)

Xpl0itR 5 anos atrás
pai
commit
e28a924501
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      global.json

+ 2 - 1
global.json

@@ -1,5 +1,6 @@
 {
   "sdk": {
-    "version": "5.0.100"
+    "version": "5.0.100",
+	"rollForward": "latestFeature"
   }
 }