Browse Source

设置 sdk:rollForward "latestFeature"

Roc 5 years ago
parent
commit
573746466b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      global.json

+ 1 - 1
global.json

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