Skip to content

Commit 2585c8c

Browse files
committed
decrease the version of .net standard, from 1.3 to 1.1
1 parent adb6cdf commit 2585c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeographicLib/Sandwych.GeographicLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard1.3;net461</TargetFrameworks>
4+
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<RootNamespace>GeographicLib</RootNamespace>
77
</PropertyGroup>

0 commit comments

Comments
 (0)