TextureSynthesis
TextureSynthesis copied to clipboard
Compile Error involving System.Drawing.Common
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'.