-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failed to install on a fresh installation of Fedora 37 with .NET 7 #1112
Comments
Removing
|
I'm not sure whether .NET 7 is not supported or whether this is a bug - either way this requires looking into, I think. |
Unfortunately .NET tools require the version of the .NET SDK corresponding to the framework version of the project(s) for which they're published. GCM (for macOS and Linux at least) is currently on .NET 6.0, which means users who want to install the tool will need to have the latest version of the .NET 6.0 SDK installed. I've updated the install instructions to reflect this - thank you for pointing it out @CicadaCinema! |
I installed the .NET SDK by running
sudo dnf install dotnet-sdk-7.0
.Version information:
I followed the installation instructions and modified my PATH as required:
(in a new terminal):
I thought this might be related to #1011 but apparently not:
The text was updated successfully, but these errors were encountered: