Why after I've updated Visual Studio 2022 from 17.7 to 17.8 projects targeting .NET 7 fail to build with message:
Unable to resolve the .NET SDK version as specified in the global.json located at .\global.json
Has VS 2022 17.8 removed .NET 7 SDK?
Why on .NET SDK download page it says
Using Visual Studio? This release is only compatible with Visual Studio 2022 (v17.7).
?
How can I build .NET 7 projects on VS 2022 17.8?
I haven't update to latest VS 2022 17.8 But with each update the PATH settings get messed and the 64 bit gets moved to the end of the path list with 32-bit path above This results in the NET SDK can't be found
Move the 64 bit path above the 32 bit path
[EDIT] The above issue with the path been send to the end of the seems to have been solved
I you have issues with unable to build project or solution, please open project properties and close Looks like some initial settings is missing right after the 17.8 update?
Anyways my NET 7 project rebuilds just fine after the open/close operation