-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet 3.1.301 on Fedora 32 unable to find /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/3.1.0/data/FrameworkList.xml because it doesn't exist #12075
Comments
Seems that this is also affecting OmniSharp Roslyn as well making it so it can't load the |
Thanks for the extensive logs. It looks like you have a mixed set of Microsoft-built and Fedora 32 .NET packages--the
These install to different locations, so while Here's an earlier instance of the problem: dotnet/core#4605 (comment)
I think the easiest way to stop mixing is to remove the Microsoft package repo (I believe that's We have dotnet/docs#18347 tracking getting our documentation in shape to handle this, since it'll probably be a somewhat common issue as people move onto the distro packages, in particular after running a distro upgrade from Fedora 31 => Fedora 32 if the Microsoft feed tags along. 😕 |
Disabling the repository using: sudo dnf config-manager --set-disabled packages-microsoft-com-prod Then uninstalling the binaries and reinstalling with the F32 provided packages did the trick. Thank you very much. |
I created a GitHub Gist with the output of the commands I used to remove and install
dotnet-sdk-3.1
then create a single C# app using thedotnet
command.Here is some up-front information about my system and dotnet on it.
The text was updated successfully, but these errors were encountered: