Skip to content

Commit

Permalink
[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Dec 6, 2019
1 parent c3fa87e commit bc75981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Expand Up @@ -6,10 +6,10 @@
"dotnet": "3.1.100-preview1-014400",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
"$(MicrosoftNETCoreAppInternalPackageVersion)"
]
},
"Git": "2.22.0",
Expand Down

0 comments on commit bc75981

Please sign in to comment.