From 2425ce4801d945a3c013c45daca401b874e050d7 Mon Sep 17 00:00:00 2001 From: "Mr. Andrey" <4811240+risinghero@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:05:11 +0500 Subject: [PATCH] Changed .net version to single .netstandard to support all range of frameworks --- TwoCaptcha.Examples/TwoCaptcha.Examples.csproj | 2 +- TwoCaptcha.Tests/TwoCaptcha.Tests.csproj | 2 +- TwoCaptcha/TwoCaptcha.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj b/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj index 51c1117..d63277b 100644 --- a/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj +++ b/TwoCaptcha.Examples/TwoCaptcha.Examples.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0;net6.0;net7.0 + netstandard20 false Exe diff --git a/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj b/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj index c851b0f..00955f8 100644 --- a/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj +++ b/TwoCaptcha.Tests/TwoCaptcha.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0;net6.0;net7.0 + net8.0 false diff --git a/TwoCaptcha/TwoCaptcha.csproj b/TwoCaptcha/TwoCaptcha.csproj index f7ba0c1..80e5958 100644 --- a/TwoCaptcha/TwoCaptcha.csproj +++ b/TwoCaptcha/TwoCaptcha.csproj @@ -7,7 +7,7 @@ 2captcha - netcoreapp3.1;net5.0;net6.0;net7.0 + netstandard20