hi,
i have upgrade my sdk to 1.1.0-preview1-001100-00,
and change project.json to 1.1.0-*,when i run it ,the following error was thrown!
project.json
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0-*"
//"version": "1.0.1"
}
error info
The specified framework 'Microsoft.NETCore.App', version '1.1.0' was not found.
- Check application dependencies and target a framework version installed at:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App
- The following versions are installed:
1.0.1
1.1.0-preview1-001100-00
- Alternatively, install the framework version '1.1.0'.