[release/3.0] Use Microsoft.NETCore.App.Internal for runtime version (#17628)
This commit is contained in:
parent
30be2bdf76
commit
cafb50c68b
|
|
@ -6,10 +6,10 @@
|
||||||
"dotnet": "3.0.101",
|
"dotnet": "3.0.101",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet/x64": [
|
"dotnet/x64": [
|
||||||
"$(MicrosoftNETCoreAppRuntimeVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
],
|
],
|
||||||
"dotnet/x86": [
|
"dotnet/x86": [
|
||||||
"$(MicrosoftNETCoreAppRuntimeVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Git": "2.22.0",
|
"Git": "2.22.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue