Hello! Trying to switch from RC1 -> RC2. For studying

  • downloaded MusicStore
  • installed .NET Core SDK - .NET Core + CLI tools
  • in the folder with \ MusicStore did dotnet restore
  • in the \ MusicStore \ src \ MusicStore folder did dotnet build
  • through dotnet run the project starts normally through dotnet run the project starts normally

When I open a project in VS2015, I see errors

unknown keyword platform 

When I open a project in VS2015, I see these errors

Accordingly, it is impossible to compile the project and I cannot launch it in debug.

 E:\Develop\MusicStore\src\MusicStore>dotnet --info .NET Command Line Tools (1.0.0-rc2-002543) Product Information: Version: 1.0.0-rc2-002543 Commit Sha: 38d0c28a1e Runtime Environment: OS Name: Windows OS Version: 10.0.10240 OS Platform: Windows RID: win10-x64 
  • VS 2015 Update 2? - Anton Komyshan
  • The question was resolved. Earlier time began to switch to RC2. At that time, the debugging equipment was not prepared. VS 2015 Update 3 is now installed and debug works fine - Source

0