aboutsummaryrefslogtreecommitdiff
path: root/Codeforces.Console
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-07 21:32:41 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-07 21:32:41 +0300
commit923f2faa1f8cdde0b786b48faec71bdfb079a582 (patch)
treea044f09a059878ba6d60ec60dde9b89a5504c383 /Codeforces.Console
parentc8172ce7c02d50d231ac74a8bfb97e52f943f161 (diff)
Update dotnet
Diffstat (limited to 'Codeforces.Console')
-rw-r--r--Codeforces.Console/Codeforces.Console.csproj2
1 files changed, 1 insertions, 1 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>