-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Milestone
Description
I was able to run fd3b08e31de with dotnet-dev-2.0.0-preview1-005977 with minor changes to fix compile errors.
Today I tried to clean, restore, run, but run failed.
dotnet run
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.0.0' was not found.
- Check application dependencies and target a framework version installed at:
/
- Alternatively, install the framework version '2.0.0'.
I pulled the most recent tip it also failed. I updated to dotnet-sdk-2.0.0-preview2-006497 release same issue.
This looks like https://github.com/dotnet/cli/issues/6581, but adding
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
Did not fix anything
Metadata
Metadata
Assignees
Labels
No labels