blueherongis / Heron

An add-on for Grasshopper enabling the GIS functions of GDAL in Rhino 3d
MIT License
31 stars 20 forks source link

Build Error #51

Open svkoh opened 11 months ago

svkoh commented 11 months ago

In master brach:

  1. duplicated Import item "System.Text.Json" in Heron.csproj cause reference problem
  2. dependencies like "Microsoft.Extenstions.*" not include in references, need to run command Update-Package -reinstall in NuGet Console
blueherongis commented 11 months ago

I've updated the Nuget packages on the master branch. Hopefully commit f310953 fixes the issue.