I had Install Visual Studio 2015 and Created web app project from ASP.NET 5 Templates then i Installed the Visual Studio code open my project with it it gives me some recommends to install some extensions like C# .. etc after installing the extensions the project give me these error i searched for some solution like install .NET Core SDK but it didn't solve my problem another I tried to open the terminal and write dotnet restore command it gives me an error that error MSB4019:
The imported project "C:\Program Files\dotnet\sdk\1.0.4\Microsoft\VisualStudio\v14.0\DNX\Microsoft.DNX.Props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
then i check the DemoCore.xproj
file and i found an wrong path in it but i don't know what to do
these errors in the screenshotshows the problem in the visual studio code