Skip to content

Commit

Permalink
We only need GeoAPI.Core.
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed May 17, 2019
1 parent fa8c869 commit 70f0821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NetTopologySuite.IO.SqlServer2008.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<frameworkAssembly assemblyName="System.Core" />
</frameworkAssemblies>
<dependencies>
<dependency id="NetTopologySuite" version="$version$" />
<dependency id="GeoAPI.Core" version="1.7.5" />
<dependency id="Microsoft.SqlServer.Types" version="10.50.1600.1" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.Types" Version="10.50.1600.1" />
<PackageReference Include="GeoAPI" Version="$(GeoAPIPackageReferenceVersion)" />
<PackageReference Include="GeoAPI.Core" Version="$(GeoAPIPackageReferenceVersion)" />
</ItemGroup>
</Project>

0 comments on commit 70f0821

Please sign in to comment.