Skip to content

Commit bc75981

Browse files
authored
[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version (#17627)
1 parent c3fa87e commit bc75981

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.1.100-preview1-014400",
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)