From 2ad912577fcdb0c4faee97d42142504649b7a044 Mon Sep 17 00:00:00 2001 From: SondreB Date: Thu, 12 Dec 2024 22:12:43 +0100 Subject: [PATCH] Revert to .NET 8 --- src/Angor.Test/Angor.Test.csproj | 6 +++--- src/Angor/Client/Angor.Client.csproj | 6 +++--- src/Angor/Shared/Angor.Shared.csproj | 4 ++-- src/Directory.Build.props | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Angor.Test/Angor.Test.csproj b/src/Angor.Test/Angor.Test.csproj index c6a9c380..3717d6d6 100644 --- a/src/Angor.Test/Angor.Test.csproj +++ b/src/Angor.Test/Angor.Test.csproj @@ -15,13 +15,13 @@ - - + + - + diff --git a/src/Angor/Client/Angor.Client.csproj b/src/Angor/Client/Angor.Client.csproj index ffa3b936..b41fb9b4 100644 --- a/src/Angor/Client/Angor.Client.csproj +++ b/src/Angor/Client/Angor.Client.csproj @@ -8,13 +8,13 @@ - + - + - + diff --git a/src/Angor/Shared/Angor.Shared.csproj b/src/Angor/Shared/Angor.Shared.csproj index 59b5ccde..e62467e7 100644 --- a/src/Angor/Shared/Angor.Shared.csproj +++ b/src/Angor/Shared/Angor.Shared.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 79d9ea76..17f71a9d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ 0.0.75 - net9.0 + net8.0