Reputation: 173
I just installed VS2017 v15.7, but am having trouble running a Core 1.x Project with it. It keeps asking for 1.0.4. Does this version of VS17 support running 1.x projects without migration to 2.x ? If it can run 1.x what am i missing ?
Upvotes: 0
Views: 26
Reputation: 61349
Yes, VS 2017 will run/build .NET Core 1.x versions. You may need to install the specific SDK for your version however.
A list of versions can be found on GitHub
Upvotes: 1