Closed abeq closed 2 years ago
I have tried to build with dotnet run --configuration Release MarkovJunior.csproj, but build failed with error message:
dotnet run --configuration Release MarkovJunior.csproj
C:\Users\user\MarkovJunior\MarkovJunior.csproj : error NU1100: 'net6.0' に対する 'System.Drawing.Common (>= 4.5.1)' を解決できません。
It is Japanese, means "Could not resolve System,Drawing.Common for net 6.0". Please correct if document is wrong.
Try either to
System.Drawing
Should build now.
I have tried to build with
dotnet run --configuration Release MarkovJunior.csproj
, but build failed with error message:It is Japanese, means "Could not resolve System,Drawing.Common for net 6.0". Please correct if document is wrong.