Skip to content

Remainder: Set RollForward once we upgraded to .NET core 3.0 #2325

@rus-vladimir

Description

@rus-vladimir

I'm trying to run fake 5 script on ubuntu using latest .NET core 3 preview5.

I uninstalled previous SDK versions so it's the only .NET core version I got.
After installing global tool with dotnet tool install fake-cli -g
I'm getting error above:

It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0' was not found.

  • The following frameworks were found:
    3.0.0-preview5-27626-15 at [/home/st/dotnet/shared/Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

The .NET Core frameworks can be found at:

Seems to be similar to #1974.

Is there any reason why fake cannot run on dotnet core 3.0 preview?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions