Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlubuCore dotnet cli tool not working on .Net Core 3.1 #316

Open
mzorec opened this issue Apr 28, 2020 · 1 comment
Open

FlubuCore dotnet cli tool not working on .Net Core 3.1 #316

mzorec opened this issue Apr 28, 2020 · 1 comment
Milestone

Comments

@mzorec
Copy link
Collaborator

mzorec commented Apr 28, 2020

It requires that .Net Core sdk 2.X is installed.

As Alternative FlubuCore global tool can be used instead.

Run dotnet flubu compile.linux
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
  - The following frameworks were found:
      3.1.1 at [/opt/hostedtoolcache/dncs/3.1.101/x64/shared/Microsoft.NETCore.App]

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

The specified framework can be found at:
  - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x64&rid=ubuntu.18.04-x64
@mzorec mzorec added this to the 5.1.2 milestone Apr 28, 2020
@mzorec mzorec added the bug label Apr 28, 2020
@mzorec mzorec self-assigned this Apr 28, 2020
@mzorec mzorec modified the milestones: 5.1.2, Backlog May 3, 2020
@mzorec
Copy link
Collaborator Author

mzorec commented May 18, 2020

It looks like this is an external issue in cli tooling. Hopefully it will get fixed. We can open an issue at microsoft if others have same issue and both alternatives are not ok

  1. Install .net core 2.1 runtime or sdk.
  2. Use FlubuCore local / global tool

@mzorec mzorec added External bug and removed bug labels May 18, 2020
@mzorec mzorec removed their assignment May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant