Skip to content

Commit d9e1359

Browse files
committed
changes for x86
1 parent 16efe30 commit d9e1359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"tools": {
33
"dotnet": "5.0.100-rc.1.20452.10",
44
"runtimes": {
5-
"dotnet/x64": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)" ]
5+
"dotnet/x64": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)"],
6+
"dotnet/x86": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)"]
67
}
78
},
89
"msbuild-sdks": {

0 commit comments

Comments
 (0)