From e7b07c3b5fef47457eb3a4dcf529920837728721 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:20:45 +0200 Subject: [PATCH] Remove explicit .NET 3.1 targets as the framework is no longer supported --- YoutubeExplode.Converter/YoutubeExplode.Converter.csproj | 2 +- YoutubeExplode/YoutubeExplode.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj index 46eb5d22..8d89ebef 100644 --- a/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj +++ b/YoutubeExplode.Converter/YoutubeExplode.Converter.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;netcoreapp3.1;net461;net8.0 + netstandard2.0;netstandard2.1;net461;net8.0 true true true diff --git a/YoutubeExplode/YoutubeExplode.csproj b/YoutubeExplode/YoutubeExplode.csproj index 52c4eb7e..d8a44a6d 100644 --- a/YoutubeExplode/YoutubeExplode.csproj +++ b/YoutubeExplode/YoutubeExplode.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;netcoreapp3.1;net461;net8.0 + netstandard2.0;netstandard2.1;net461;net8.0 true true true