diff --git a/global.json b/global.json index 62fcedb06a..6e631a1c0a 100644 --- a/global.json +++ b/global.json @@ -6,10 +6,10 @@ "dotnet": "3.0.101", "runtimes": { "dotnet/x64": [ - "$(MicrosoftNETCoreAppRuntimeVersion)" + "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ - "$(MicrosoftNETCoreAppRuntimeVersion)" + "$(MicrosoftNETCoreAppInternalPackageVersion)" ] }, "Git": "2.22.0",