Skip to content

Commit cc2cc22

Browse files
author
Martin Boje Carpentier
committed
Build only package towards .net standard 2.0
1 parent e00a536 commit cc2cc22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GeoJSON.Text/GeoJSON.Text.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>netstandard2.0;net5;net6</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<LangVersion>Latest</LangVersion>
66
<Description>.Net types for the GeoJSON RFC to be used with System.Text.Json</Description>
77
<Authors>Matt Hunt</Authors>

0 commit comments

Comments
 (0)