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