You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
The specified framework 'Microsoft.NETCore.App', version '1.0.1' was not found.
- Check application dependencies and target a framework version installed at:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App
- Alternatively, install the framework version '1.0.1'.
When opening the project in VS2015/VS2017RC:
...The specified framework Microsoft.NETCore.App version 1.0.1 was not found...
I have installed the latest .NET core
The text was updated successfully, but these errors were encountered:
Did you install 2017rc? I believe it installs 1.1 with it, so now you can't run older version projects since your system has 1.1 overriding it. You'll have to change the current running version to get it to work.
Dnvm is gone, but with a global.json file you can pinpoint what version you want running for a specific project. You can also see it change when you do dotnet --version
I setup a new angular2 project.
When running
dotnet run
in cossole:When opening the project in VS2015/VS2017RC:
...The specified framework Microsoft.NETCore.App version 1.0.1 was not found...
I have installed the latest .NET core
The text was updated successfully, but these errors were encountered: