Skip to content

Commit dddcbca

Browse files
committed
remove target frameworks netstandard1.0 and netstandard1.1
1 parent a93bd25 commit dddcbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoJSON.Net/GeoJSON.Net.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.0;netstandard1.1;netstandard2.0;netstandard2.1;net462;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0</TargetFrameworks>
55
<Description>.Net types for the GeoJSON RFC to be used with Json.Net</Description>
66
<Authors>Matt Hunt;Joerg Battermann;Xavier Fischer</Authors>
77
<Company>GeoJSON.Net</Company>

0 commit comments

Comments
 (0)