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

This commit is contained in:
William Godbe 2019-12-06 14:56:44 -08:00 committed by GitHub
parent 30be2bdf76
commit cafb50c68b
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.0.101",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
"$(MicrosoftNETCoreAppInternalPackageVersion)"
]
},
"Git": "2.22.0",