Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Error involving System.Drawing.Common #6

Open
HyperAlch opened this issue Jul 5, 2022 · 0 comments
Open

Compile Error involving System.Drawing.Common #6

HyperAlch opened this issue Jul 5, 2022 · 0 comments

Comments

@HyperAlch
Copy link

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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant