I been testing Net Core 1.0.1 and building prototypes with VS 2015.
After I installed Net Core 2.0, if I try to build a API Web Core App from VS, I got the obvious error "The dependency Microsoft.NETCore.App >= 1.0.1 could not be resolved". Then I edit the JSON file referencing to .NetCore 2.0.0, and try to restore with Nuget, but it says that everything is OK, even when clearly showing VS in references that 2.0 is lost.
I proceed to use brute force and open Nuget Manager and install manually Microsoft.NETCore.App 2.0, apparently succeeding. But that does not resolve the first error, just updating to "...to 2.0.0 could not be resolved" and add the new mystifying "Project MyTest does not have lock file. Please run 'dotnet restore' to generate new lock file". Running from the CLI 'dotnet restore' it complains that one or more packages are incompatible with .NetCoreApp,Version=v2.0.
Gee!... Is Visual Studio 2015 so...doomed? Can not it be used with Net Core 2.0? I really do not have space in my machine to try the shiny Visual Studio 2017.