From 4f0e7262ce0b70999db858809f89b4d6b0e97695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Fri, 1 Mar 2024 22:18:20 +0100 Subject: [PATCH] Csproj upgrade to net8 --- src/Alma.Abstraction/Alma.Abstraction.csproj | 2 +- src/Alma.App/Alma.App.csproj | 4 ++-- src/Alma.Logging/Alma.Logging.csproj | 2 +- src/Alma/Alma.csproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Alma.Abstraction/Alma.Abstraction.csproj b/src/Alma.Abstraction/Alma.Abstraction.csproj index d857738..bf60fd1 100644 --- a/src/Alma.Abstraction/Alma.Abstraction.csproj +++ b/src/Alma.Abstraction/Alma.Abstraction.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable Alma diff --git a/src/Alma.App/Alma.App.csproj b/src/Alma.App/Alma.App.csproj index dbc6e77..3d37f38 100644 --- a/src/Alma.App/Alma.App.csproj +++ b/src/Alma.App/Alma.App.csproj @@ -6,12 +6,12 @@ - + - net7.0 + net8.0 enable enable Alma diff --git a/src/Alma.Logging/Alma.Logging.csproj b/src/Alma.Logging/Alma.Logging.csproj index cfadb03..30402ac 100644 --- a/src/Alma.Logging/Alma.Logging.csproj +++ b/src/Alma.Logging/Alma.Logging.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/src/Alma/Alma.csproj b/src/Alma/Alma.csproj index f858dcc..d9c8f01 100644 --- a/src/Alma/Alma.csproj +++ b/src/Alma/Alma.csproj @@ -6,12 +6,12 @@ - + Exe - net7.0 + net8.0 enable enable 0.0.0