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

Composer on Linux (Appimage) looks for outdated .NET version #9588

Open
CasCodes opened this issue May 24, 2023 · 0 comments
Open

Composer on Linux (Appimage) looks for outdated .NET version #9588

CasCodes opened this issue May 24, 2023 · 0 comments
Labels
feature-request A request for new functionality or an enhancement to an existing one.

Comments

@CasCodes
Copy link

Hi everyone,
just wanted to report an annoying behavior of Composer on Linux (AppImage, PopOs):

Issue

New bots by default fail to run since Composer looks for .NET 3.1 but I have the new .NET 7.0 installed.

I didn't want to install .NET 3.1 since Microsoft says it's no longer supported

Specs

Composer specs:

  • Release: 2.1.2
  • SDK runtime packages 4.12.0
  • Linux Appimage installed from here

OS: Pop!_OS 22.04 LTS

My current solution

  • Inside the project folder of my bot, navigate to the .csproj file
  • Change the line <TargetFramework>netcoreapp3.1</TargetFramework> to <TargetFramework>netcoreapp7.0</TargetFramework>

It would be great if composer could do this by default.

@CasCodes CasCodes added the Needs-triage A new issue that require triage label May 24, 2023
@CasCodes CasCodes reopened this May 26, 2023
@OEvgeny OEvgeny added feature-request A request for new functionality or an enhancement to an existing one. and removed Needs-triage A new issue that require triage labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants