You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: