Skip to content

Commit 2242372

Browse files
authored
Force an x64 runtime install (#10494)
* Attempt to force an x64 runtime * Maybe install both * x86 explicitly
1 parent d13bf3b commit 2242372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"tools": {
33
"dotnet": "10.0.100-alpha.1.25077.2",
44
"runtimes": {
5-
"dotnet": [
5+
"dotnet/x64": [
6+
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
7+
],
8+
"dotnet/x86": [
69
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
710
]
811
},

0 commit comments

Comments
 (0)