I'm just trying to run the asp.net kernel for the first time. Opening a recently updated app for the music store , but I can't build it, Nuget tells me:
Errors in C:\development\MusicStore\test\E2ETests\project.json "netcoreapp1.0" is an unsupported framework.
How can I get a link to the .net structure for recovery?
RC2 was released yesterday, and now you can. You need:
global.json
version
1.0.0-preview1-002702
In ASP.NET Core 1.0 RTM Tools Preview 2 version should be:
ASP.NET Core 1.0 RTM
Tools Preview 2
"version": "1.0.0-preview2-003121"
(Run dotnet --version to make sure). Then do not forget to run:
dotnet --version
dotnet restore
in Package Manager Console , Command Prompt or Git Bash
Package Manager Console
Command Prompt
Git Bash