Skip to content

Commit d53f094

Browse files
author
Matt Hunt
committed
Lowering .net 6 to .net 5
1 parent 7ccdb92 commit d53f094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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;net40;net45;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;net40;net45;net5.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)