I have to load an Asp.net Core Project on [VS2015 update 3] -The project was made in Visual Studio 2015 update 3
project.json "Microsoft.NETCore.App": { "type": "platform", "version": "1.1.0" }, ....
After the Visual Studio 2017 installation I'm getting this error
What's wrong on this configuration ? How do I solve this issue ?
I tried : -turning off firewall -when I Run dotnet run >>
( error msb4019 ) "The imported project c:\program files\Microsoft visual studio\v14.0\dotnet\Microsoft.donet.props was not found. confirm that path in the import declaration is correct...."