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

ABP CLI doesn't work with .NET 9 in ubuntu24.04 #21905

Open
1 task done
shamyratpashiyev opened this issue Jan 15, 2025 · 1 comment
Open
1 task done

ABP CLI doesn't work with .NET 9 in ubuntu24.04 #21905

shamyratpashiyev opened this issue Jan 15, 2025 · 1 comment
Labels

Comments

@shamyratpashiyev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

When installing Abp Cli in ubuntu 24.04 with .NET 9, it installs version which is compatible with .NET 8, thus, it throws an error upon trying to use it.

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

0.9.21

User Interface

Common (Default)

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Linux

Other information

No response

@berkansasmaz
Copy link
Member

berkansasmaz commented Jan 15, 2025

That's right, currently ABP CLI requires .NET 8 runtime. But the generated templates are targeting .NET 9. In this case you also need to install .NET 8.

Note: By the way, we are considering to update ABP CLI to support .NET 9 in future versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants