Skip to content

Commit

Permalink
Bump up this reference version.
Browse files Browse the repository at this point in the history
Also properly exclude prerelease versions.
  • Loading branch information
airbreather committed Jun 29, 2019
1 parent f554a53 commit 84f8b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NetTopologySuite.IO.Oracle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<frameworkAssembly assemblyName="System.Data" />
</frameworkAssemblies>
<dependencies>
<dependency id="NetTopologySuite" version="[1.15.1, 2.0.0-A)" />
<dependency id="NetTopologySuite.Core" version="[1.15.2, 2.0.0-A)" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="GeoAPI" Version="1.7.5" />
<PackageReference Include="NetTopologySuite.Core" Version="1.15.1" />
<PackageReference Include="NetTopologySuite.Core" Version="[1.15.2, 2.0.0-A)" />
<PackageReference Include="odp.net.x86" Version="112.3.20" />
</ItemGroup>
</Project>

0 comments on commit 84f8b82

Please sign in to comment.