Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update SDK version in global.json #1784
Conversation
|
I don't object to updating global.json to keep up with the current SDK, but I disagree that VS requires it. I have VS 16.7 on my box and it loads all the projects just fine. So I don't think we can claim this fixes #1781. If it's the case that we somehow need the 32-bit version of the SDK installed, that might need a different fix. |
It's my understanding that VS does not care about the 32-bit SDK. It installs the 64-bit SDK when you install the .NET Core workload. |
The new SDK is required to work with the 16.5 version of Visual Studio 2019.
Fixes #1781