mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
FileNotFoundException for System.Runtime, Version=6.0.0.0 #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GeneAllen on GitHub (Jul 15, 2022).
I've been trying to build a deb file forever using Linux with no luck, probably because I'm not a linux guy.
When I ran across this git, I got SOOO excited.
Anyway, when I attempt to use it, I get a FileNotFound exception, which is strange because I do have .net 6.0 installed.
PS C:\test\debTest> dotnet deb install
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
I downloaded the actual project and it builds and appears to run correctly save the error saying I need to run 'dotnet deb install'.
Any ideas?