From 781210e97836baed144c8181927d72102a171316 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Sun, 10 Nov 2024 00:22:23 +0200 Subject: [PATCH] downgraded .net version --- 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 17b910f..3a63532 100644 --- a/code/Common/Common.csproj +++ b/code/Common/Common.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 enable enable diff --git a/code/Domain/Domain.csproj b/code/Domain/Domain.csproj index 17b910f..3a63532 100644 --- a/code/Domain/Domain.csproj +++ b/code/Domain/Domain.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 enable enable diff --git a/code/Executable/Executable.csproj b/code/Executable/Executable.csproj index 4ba2a21..6f33559 100644 --- a/code/Executable/Executable.csproj +++ b/code/Executable/Executable.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0 enable enable dotnet-Executable-6108b2ba-f035-47bc-addf-aaf5e20da4b8 diff --git a/code/Infrastructure/Infrastructure.csproj b/code/Infrastructure/Infrastructure.csproj index 23b3f68..3144139 100644 --- a/code/Infrastructure/Infrastructure.csproj +++ b/code/Infrastructure/Infrastructure.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 enable enable