fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
816 stars 288 forks source link

set sourcelink to be a private asset so that it doesn't get added to package dependencies #1377

Closed baronfel closed 3 years ago

baronfel commented 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>
baronfel commented 3 years ago

Test errors are from the worldbank data, but don't represent a problem with the package.