Closed erotavlas closed 5 years ago
@erotavlas Have you really installed the .Net 4.7 SDK?
VS can be a pain. Is there a global.json file in the root of the directory? I recently had this issue with a project I'm working on and adding global.json to specify SDK locations solved it.
@andyb1979 I don't know how to add multiple sdk specifications inside the global.json. @erotavlas I would suggest to install also the .NET Framework 4.7 Developer Pack to build the solution.
I tried to build and run project solution from release 1.6.5 in VS 2019 and it complains of the following
Even though I have .Net 4.7 installed
Also I tried to download the latest .NET Core 3.0 preview as indicated in the info for developers, and I tried to open the latest development branch, without success
So not really sure what has happened here. I used to be able to open and run the previous releases 1.6.x in visual studio but not anymore.