diff options
-rw-r--r-- | Codeforces.Console/Codeforces.Console.csproj | 2 | ||||
-rw-r--r-- | Codeforces.Test/Codeforces.Test.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Codeforces.Console/Codeforces.Console.csproj b/Codeforces.Console/Codeforces.Console.csproj index 5eb1e84..c1368a7 100644 --- a/Codeforces.Console/Codeforces.Console.csproj +++ b/Codeforces.Console/Codeforces.Console.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>disable</Nullable> </PropertyGroup> diff --git a/Codeforces.Test/Codeforces.Test.csproj b/Codeforces.Test/Codeforces.Test.csproj index cfcaf99..85161e3 100644 --- a/Codeforces.Test/Codeforces.Test.csproj +++ b/Codeforces.Test/Codeforces.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> |