Skip to content

Compile Error involving System.Drawing.Common #6

@HyperAlch

Description

@HyperAlch

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions