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

This commit is contained in:
William Godbe 2019-12-06 14:01:09 -08:00 committed by GitHub
parent c3fa87ed04
commit bc75981efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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