From cb9c4800172dbafbc33c8ff53b7a2ddb2af30f2f Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:10:41 +0200 Subject: [PATCH] Remove redundant target frameworks --- YoutubeExplode.Converter/YoutubeExplode.Converter.csproj | 2 +- YoutubeExplode/YoutubeExplode.csproj | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj index 8d89ebef..fc6c4e2d 100644 --- a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj +++ b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net461;net8.0 + netstandard2.0;net9.0 true true true diff --git a/YoutubeExplode/YoutubeExplode.csproj b/YoutubeExplode/YoutubeExplode.csproj index d8a44a6d..29730a3a 100644 --- a/YoutubeExplode/YoutubeExplode.csproj +++ b/YoutubeExplode/YoutubeExplode.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net461;net8.0 + netstandard2.0;net9.0 true true true @@ -21,12 +21,11 @@ - + - - - + +