Skip to content

Commit

Permalink
Update to NetTopologySuite 1.15.0-pre066
Browse files Browse the repository at this point in the history
NetTopologySuite/NetTopologySuite#221 was
fixed, so reading now works.

Fixed #1816
  • Loading branch information
roji committed Apr 28, 2018
1 parent 368a113 commit ba4d048
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
10 changes: 10 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="automatic" value="False" />
</packageRestore>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="NetTopologySuite" value="https://www.myget.org/F/nettopologysuite/api/v3/index.json" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions src/Npgsql.NetTopologySuite/Npgsql.NetTopologySuite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NetTopologySuite" Version="1.15.0-pre063" />
<PackageReference Include="NetTopologySuite.IO" Version="1.15.0-pre063" />
<PackageReference Include="NetTopologySuite" Version="1.15.0-pre066" />
<PackageReference Include="NetTopologySuite.IO" Version="1.15.0-pre066" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions test/Npgsql.PluginTests/NetTopologySuiteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public struct TestData
};

[Test, TestCaseSource(nameof(Tests))]
[Ignore("Depends on https://github.com/NetTopologySuite/NetTopologySuite/pull/221")]
public void TestRead(TestData data)
{
using (var conn = OpenConnection())
Expand All @@ -181,7 +180,6 @@ public void TestWrite(TestData data)
}

[Test]
[Ignore("Depends on https://github.com/NetTopologySuite/NetTopologySuite/pull/221")]
public void TestArrayRead()
{
using (var conn = OpenConnection())
Expand All @@ -207,7 +205,6 @@ public void TestArrayWrite()
}

[Test]
[Ignore("Depends on https://github.com/NetTopologySuite/NetTopologySuite/pull/221")]
public void ReadAsConcreteType()
{
using (var conn = OpenConnection())
Expand Down
2 changes: 1 addition & 1 deletion test/Npgsql.PluginTests/Npgsql.PluginTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="GeoAPI" Version="1.7.5-pre020" />
<PackageReference Include="NetTopologySuite" Version="1.15.0-pre063" />
<PackageReference Include="NetTopologySuite" Version="1.15.0-pre066" />
<PackageReference Include="NodaTime" Version="2.2.4" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NLog" Version="5.0.0-beta06" />
Expand Down

0 comments on commit ba4d048

Please sign in to comment.