We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16efe30 commit d9e1359Copy full SHA for d9e1359
global.json
@@ -2,7 +2,8 @@
2
"tools": {
3
"dotnet": "5.0.100-rc.1.20452.10",
4
"runtimes": {
5
- "dotnet/x64": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)" ]
+ "dotnet/x64": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)"],
6
+ "dotnet/x86": ["$(MicrosoftNETCorePlatformsVersion)", "$(MicrosoftNETCore3PlatformsVersion)"]
7
}
8
},
9
"msbuild-sdks": {
0 commit comments