I am trying to migrate an Asp.Net Core RC1 project to RC2 and have been following this documentation and have also followed the instructions for DNX migration to .NET CLI.>
in project.json I changed this (added type):
//"Microsoft.NETCore.App": "1.1.0",
"Microsoft.NETCore.App": { "version": "1.1.0", "type": "platform" },
Now I can build again :-)
update: now I can build again but not "run" the website.
You need to make sure you have the runtime and sdk also:
*) Visual Studio tools include .NET Core 1.0.1. To add .NET Core 1.1 support you need to also install the .NET Core 1.1 runtime.
https://www.microsoft.com/net/download/core#/current