-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
After updating to 5.0.200-1 using package manager, it appears that no sdks are installed. #49375
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@dleeapho who usually investigates package manager issues? |
Temporary Workaround: Doing This allowed me to do my work, while we wait for a more serious solution. Meanwhile, I need to prevent this package from being updated: |
I've run into the same issue. Fedora 33, installing
No errors in |
Moved to dotnet/runtime to investigate package issue. |
@dleeapho Please note that this update does not remove the runtime (I think I've checked this). It removes the sdk. |
Today I got new updates: |
Main issue tracked in #47500 |
OS: Fedora 33.
Last night I
dnf distro-sync
d my system as usual, and there was this .net sdk update to 5.0.200-1.After that,
dotnet --list-sdks
shows no results and my .net programs fail to compile.More info: I've been using .net on this system before .net 5 and have installed all updates to .net without any similar problems.
Also, doing
sudo dnf install dotnet-sdk-5.0
does nothing, complaining:Package dotnet-sdk-5.0-5.0.200-1.x86_64 is already installed.
The text was updated successfully, but these errors were encountered: