From 60d2511e80e37540f7b53a5ba64fe92d1ea6fdc7 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Sun, 24 May 2020 08:42:06 +0100 Subject: [PATCH] Remove .NET Standard 1.3 which is no longer in support --- src/SharpCompress/SharpCompress.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index a78df2f2..879a944f 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -6,8 +6,8 @@ 0.25.1 0.25.1 Adam Hathcock - netstandard1.3;netstandard2.0;netstandard2.1;net46 - netstandard1.3;netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;net46 + netstandard2.0;netstandard2.1 true false SharpCompress