Skip to content

Commit e9e1f17

Browse files
committed
fix ms-build props
1 parent 2585c8c commit e9e1f17

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

GeographicLib/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>Sandwych.GeographicLib</PackageId>
55
<Title>This is an attempt to port the Java version of GeographicLib to C#.</Title>
6-
<PackageTags>geographic;gis</PackageTags>
6+
<PackageTags>geographic;gis;geodesic;gnomonic;</PackageTags>
77
<VersionPrefix>1.0.49</VersionPrefix>
88
</PropertyGroup>
99

Shared.props

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<Copyright>
5-
Copyright (c) 2008-2013, Charles Karney.
6-
Copyright (c) 2017 Li "oldrev" Wei.
7-
</Copyright>
4+
<Copyright>Copyright (c) 2008-2013, Charles Karney. Copyright (c) 2017 Li "oldrev" Wei.</Copyright>
85
<Authors>Wei "oldrev" Li</Authors>
96
<PackageProjectUrl>https://github.com/oldrev/GeographicLib</PackageProjectUrl>
107
<PackageLicenseUrl>https://github.com/oldrev/GeographicLib/blob/master/LICENSE.md</PackageLicenseUrl>
11-
<TargetFrameworks>netstandard1.3;net461</TargetFrameworks>
8+
<TargetFrameworks>netstandard1.1</TargetFrameworks>
129
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1310
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1411
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)