Skip to content

Commit cafb50c

Browse files
authored
[release/3.0] Use Microsoft.NETCore.App.Internal for runtime version (#17628)
1 parent 30be2bd commit cafb50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"dotnet": "3.0.101",
77
"runtimes": {
88
"dotnet/x64": [
9-
"$(MicrosoftNETCoreAppRuntimeVersion)"
9+
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1010
],
1111
"dotnet/x86": [
12-
"$(MicrosoftNETCoreAppRuntimeVersion)"
12+
"$(MicrosoftNETCoreAppInternalPackageVersion)"
1313
]
1414
},
1515
"Git": "2.22.0",

0 commit comments

Comments
 (0)