Skip to content

Commit cb07f67

Browse files
authored
Merge pull request #28 from trevor-thoele/feature/WKB-NetStandard
Add netstandard2.0 and netstandard2.1 to WKB.
2 parents 2d0eb74 + faaa523 commit cb07f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GeoJSON.Net.Contrib.Wkb/GeoJSON.Net.Contrib.Wkb.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net45</TargetFrameworks>
55
<Description>Provides GeoJSON.Net Converters from / to Wkb binary format.</Description>
66
<Authors>Alvaro Montero Gonzalez</Authors>
77
<Company>GeoJSON.Net</Company>
88
<Copyright>Copyright © Alvaro Montero Gonzalez, Joerg Battermann, Matt Hunt, Xavier Fischer and Contributors, 2014 - 2019</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>0.1.6</Version>
10+
<Version>0.1.7</Version>
1111
<PackageProjectUrl>https://github.com/GeoJSON-Net/GeoJSON.Net.Contrib</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/GeoJSON-Net/GeoJSON.Net.Contrib.git</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)