[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",
|
||||
"runtimes": {
|
||||
"dotnet/x64": [
|
||||
"$(MicrosoftNETCoreAppRuntimeVersion)"
|
||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||
],
|
||||
"dotnet/x86": [
|
||||
"$(MicrosoftNETCoreAppRuntimeVersion)"
|
||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||
]
|
||||
},
|
||||
"Git": "2.22.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue