From 74c49f041d987f836d52c00e11144ca843a37639 Mon Sep 17 00:00:00 2001 From: Marius Nechifor Date: Thu, 5 Dec 2024 11:03:25 +0200 Subject: [PATCH] upgraded to .NET 9 (#19) --- code/Common/Common.csproj | 2 +- code/Domain/Domain.csproj | 2 +- code/Executable/Executable.csproj | 2 +- code/Infrastructure/Infrastructure.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/Common/Common.csproj b/code/Common/Common.csproj index 8edf131e..395c6260 100644 --- a/code/Common/Common.csproj +++ b/code/Common/Common.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/code/Domain/Domain.csproj b/code/Domain/Domain.csproj index 3990be5a..75d3466b 100644 --- a/code/Domain/Domain.csproj +++ b/code/Domain/Domain.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/code/Executable/Executable.csproj b/code/Executable/Executable.csproj index 05182965..3a1ecc4a 100644 --- a/code/Executable/Executable.csproj +++ b/code/Executable/Executable.csproj @@ -2,7 +2,7 @@ cleanuperr - net8.0 + net9.0 enable enable dotnet-Executable-6108b2ba-f035-47bc-addf-aaf5e20da4b8 diff --git a/code/Infrastructure/Infrastructure.csproj b/code/Infrastructure/Infrastructure.csproj index 4aa497ef..69df953d 100644 --- a/code/Infrastructure/Infrastructure.csproj +++ b/code/Infrastructure/Infrastructure.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable