From 923f2faa1f8cdde0b786b48faec71bdfb079a582 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Thu, 7 Dec 2023 21:32:41 +0300 Subject: [PATCH] Update dotnet --- Codeforces.Console/Codeforces.Console.csproj | 2 +- 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 @@ Exe - net6.0 + net8.0 enable disable 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 @@ - net6.0 + net8.0 enable enable