From dddcbca9720023adf807fd85f07ee1003622ba2c Mon Sep 17 00:00:00 2001 From: Janus Weil Date: Tue, 9 Jul 2024 16:44:06 +0200 Subject: [PATCH] remove target frameworks netstandard1.0 and netstandard1.1 --- src/GeoJSON.Net/GeoJSON.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeoJSON.Net/GeoJSON.Net.csproj b/src/GeoJSON.Net/GeoJSON.Net.csproj index dc78cf4..6ed9c59 100644 --- a/src/GeoJSON.Net/GeoJSON.Net.csproj +++ b/src/GeoJSON.Net/GeoJSON.Net.csproj @@ -1,7 +1,7 @@  - netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;net462;net6.0 + netstandard2.0;netstandard2.1;net462;net6.0 .Net types for the GeoJSON RFC to be used with Json.Net Matt Hunt;Joerg Battermann;Xavier Fischer GeoJSON.Net