From 4eb96be9dd6be0806f0e5e7040db03db94cd5f43 Mon Sep 17 00:00:00 2001 From: Selim Mustafaev Date: Fri, 8 Dec 2023 00:54:48 +0300 Subject: [PATCH] Updating projects and dependencies to dotnet 8.0 and C# 12 --- AutoCat/AutoCat.csproj | 19 ++++++++++--------- AutoCatCore/AutoCatCore.csproj | 7 ++++--- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/AutoCat/AutoCat.csproj b/AutoCat/AutoCat.csproj index 162b6dc..4ca424c 100644 --- a/AutoCat/AutoCat.csproj +++ b/AutoCat/AutoCat.csproj @@ -1,11 +1,12 @@  WinExe - net7.0 + net8.0 enable true app.manifest false + 12 @@ -17,16 +18,16 @@ - - + + - - - + + + - - - + + + diff --git a/AutoCatCore/AutoCatCore.csproj b/AutoCatCore/AutoCatCore.csproj index 84efc66..4af0c0f 100644 --- a/AutoCatCore/AutoCatCore.csproj +++ b/AutoCatCore/AutoCatCore.csproj @@ -1,14 +1,15 @@ - net7.0 + net8.0 enable enable + 12 - - + +