Closed baronfel closed 3 years ago
Fixes #1376 to remove the errant sourcelink dependency.
After this change, the nuspec contains the following dependency groups:
<dependencies> <group targetFramework=".NETStandard2.0"> <dependency id="FSharp.Core" version="4.7.2" exclude="Build,Analyzers" /> </group> </dependencies>
Test errors are from the worldbank data, but don't represent a problem with the package.
Fixes #1376 to remove the errant sourcelink dependency.
After this change, the nuspec contains the following dependency groups: