-
Notifications
You must be signed in to change notification settings - Fork 86
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
Installation under Ubuntu 20.04 fails #151
Comments
I've successfully installed the produced debian package locally under Ubuntu 20.04. Also, when I tried
But, when I used I'm not sure what's happening on your end but this was my process: Create a basic .NET Core 3.1 console application, and add set the
Open terminal and
Output:
|
|
When installing a debian package under Ubuntu 20.04 an error occurs.
Note: Because the RuntimeIdentifier (RID) ubuntu.20.04-x64 seems to be still missing in .NET Core 3.1.4, I use 18.04 to create the package.
Note2: For the error "Could not load file or assembly NuGet.Frameworks [...]" I already use the fix from #148 (comment)
Note 3: Installation of the same package under Ubuntu 18.04 works fine.
Create package:
Creates the package as expected. Installation on Ubuntu 20.04 target machine gives:
I searched a lot but didn't find any solution so far. I'm even not sure if this is an issue with dotnet-packaging or somewhere else.
The text was updated successfully, but these errors were encountered: