mxgmn / MarkovJunior

Probabilistic language based on pattern matching and constraint propagation, 153 examples
MIT License
7.49k stars 316 forks source link

Build failed with step as 'How to build' section #44

Closed abeq closed 2 years ago

abeq commented 2 years ago

I have tried to build with dotnet run --configuration Release MarkovJunior.csproj, but build failed with error message:

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.

mxgmn commented 2 years ago

Try either to

  1. Build with net5.0.
  2. Apply this PR in your fork.
  3. Wait until I get rid of System.Drawing dependency.
mxgmn commented 2 years ago

Should build now.