Skip to content

Commit

Permalink
Merge pull request #28 from bamcis-io/v.next
Browse files Browse the repository at this point in the history
Added Wkb support.
  • Loading branch information
hakenmt authored Feb 4, 2021
2 parents 115f0ca + 8cdafe0 commit 417a25d
Show file tree
Hide file tree
Showing 13 changed files with 1,500 additions and 4 deletions.
5 changes: 5 additions & 0 deletions GeoJSON.Tests/GeoJSON.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 417a25d

Please sign in to comment.