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
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'.
The text was updated successfully, but these errors were encountered:
When running
dotnet run --configuration Release TextureSynthesis.csproj
I get the following error: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:The text was updated successfully, but these errors were encountered: