Browse Source

[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version (#17627)

William Godbe 6 years ago
parent
commit
bc75981efe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      global.json

+ 2 - 2
global.json

@@ -6,10 +6,10 @@
     "dotnet": "3.1.100-preview1-014400",
     "runtimes": {
       "dotnet/x64": [
-        "$(MicrosoftNETCoreAppRuntimeVersion)"
+        "$(MicrosoftNETCoreAppInternalPackageVersion)"
       ],
       "dotnet/x86": [
-        "$(MicrosoftNETCoreAppRuntimeVersion)"
+        "$(MicrosoftNETCoreAppInternalPackageVersion)"
       ]
     },
     "Git": "2.22.0",