[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version (#17627)
This commit is contained in:
parent
c3fa87ed04
commit
bc75981efe
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue