OS: Fedora 33.
Last night I dnf distro-syncd 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.
OS: Fedora 33.
Last night I
dnf distro-syncd my system as usual, and there was this .net sdk update to 5.0.200-1.After that,
dotnet --list-sdksshows 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.0does nothing, complaining:Package dotnet-sdk-5.0-5.0.200-1.x86_64 is already installed.