From 9148dff96c80a1aaab1bfda9a7047b34c378036a Mon Sep 17 00:00:00 2001 From: Julien Richard Date: Thu, 18 May 2023 09:42:08 +0200 Subject: [PATCH] Simplify target frameworks --- GitReader.Core/GitReader.Core.csproj | 2 +- GitReader/GitReader.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GitReader.Core/GitReader.Core.csproj b/GitReader.Core/GitReader.Core.csproj index 3a36cfe..b77d39b 100644 --- a/GitReader.Core/GitReader.Core.csproj +++ b/GitReader.Core/GitReader.Core.csproj @@ -1,7 +1,7 @@  - net35;net40;net45;net461;net462;net48;net481;netstandard1.6;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0 + net35;net461;netstandard2.0;net5.0 true true diff --git a/GitReader/GitReader.csproj b/GitReader/GitReader.csproj index a7ba1c8..0aacb3f 100644 --- a/GitReader/GitReader.csproj +++ b/GitReader/GitReader.csproj @@ -1,7 +1,7 @@  - net35;net40;net45;net461;net462;net48;net481;netstandard1.6;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0 + net35;net461;netstandard2.0;net5.0 true