diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 21:32:41 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 21:32:41 +0300 |
commit | 923f2faa1f8cdde0b786b48faec71bdfb079a582 (patch) | |
tree | a044f09a059878ba6d60ec60dde9b89a5504c383 /Codeforces.Console/Codeforces.Console.csproj | |
parent | c8172ce7c02d50d231ac74a8bfb97e52f943f161 (diff) |
Update dotnet
Diffstat (limited to 'Codeforces.Console/Codeforces.Console.csproj')
-rw-r--r-- | Codeforces.Console/Codeforces.Console.csproj | 2 |
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> |