-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
When running dotnet run --configuration Release TextureSynthesis.csproj I get the following error:
error NU1100: Unable to resolve 'System.Drawing.Common (>= 4.5.1)' for 'net6.0'.
I tried running dotnet add package System.Drawing.Common --version 4.5.1 to install the package (not 100% sure if this is even correct) and the following error occurs:
error: NU1100: Unable to resolve 'System.Drawing.Common (>= 4.5.0)' for 'net6.0'.
error: Package 'System.Drawing.Common' is incompatible with 'all' frameworks in project 'D:\Users\Mitchell\Downloads\TextureSynthesis-master\TextureSynthesis-master\TextureSynthesis.csproj'.
Metadata
Metadata
Assignees
Labels
No labels