From e807c99069e113dce142b0d822dbb88f91a3be90 Mon Sep 17 00:00:00 2001 From: Mateusz Gienieczko Date: Tue, 2 Jan 2024 16:53:47 +0100 Subject: [PATCH] Update to .NET 8 --- src/Sorcery.Blogging/Sorcery.Blogging.csproj | 4 ++-- .../Sorcery.ModularCourse.csproj | 2 +- src/Sorcery.Rss/Sorcery.Rss.csproj | 4 ++-- .../Sorcery.Utilities.csproj | 2 +- src/Sorcery/Sorcery.csproj | 10 ++++---- .../Sorcery.UnitTests.csproj | 24 +++++++++---------- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/Sorcery.Blogging/Sorcery.Blogging.csproj b/src/Sorcery.Blogging/Sorcery.Blogging.csproj index 112437d..e77b368 100644 --- a/src/Sorcery.Blogging/Sorcery.Blogging.csproj +++ b/src/Sorcery.Blogging/Sorcery.Blogging.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable latest-recommended @@ -9,7 +9,7 @@ - + diff --git a/src/Sorcery.ModularCourse/Sorcery.ModularCourse.csproj b/src/Sorcery.ModularCourse/Sorcery.ModularCourse.csproj index e967c23..4f012d4 100644 --- a/src/Sorcery.ModularCourse/Sorcery.ModularCourse.csproj +++ b/src/Sorcery.ModularCourse/Sorcery.ModularCourse.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable latest-recommended diff --git a/src/Sorcery.Rss/Sorcery.Rss.csproj b/src/Sorcery.Rss/Sorcery.Rss.csproj index e976f88..9c687e4 100644 --- a/src/Sorcery.Rss/Sorcery.Rss.csproj +++ b/src/Sorcery.Rss/Sorcery.Rss.csproj @@ -2,13 +2,13 @@ Exe - net7.0 + net8.0 enable enable - + diff --git a/src/Sorcery.Utilities/Sorcery.Utilities.csproj b/src/Sorcery.Utilities/Sorcery.Utilities.csproj index 0c694d3..7e7e839 100644 --- a/src/Sorcery.Utilities/Sorcery.Utilities.csproj +++ b/src/Sorcery.Utilities/Sorcery.Utilities.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable latest-recommended diff --git a/src/Sorcery/Sorcery.csproj b/src/Sorcery/Sorcery.csproj index 45fa4e2..4cf7a8e 100644 --- a/src/Sorcery/Sorcery.csproj +++ b/src/Sorcery/Sorcery.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable true @@ -20,10 +20,10 @@ - - - - + + + + diff --git a/src/Tests/Sorcery.UnitTests/Sorcery.UnitTests.csproj b/src/Tests/Sorcery.UnitTests/Sorcery.UnitTests.csproj index 9afb349..6c3a4b0 100644 --- a/src/Tests/Sorcery.UnitTests/Sorcery.UnitTests.csproj +++ b/src/Tests/Sorcery.UnitTests/Sorcery.UnitTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable false enable @@ -10,27 +10,27 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all