From b86002340c46f957c46abe22a68cf0f15b36711d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Tue, 21 Jan 2025 13:58:40 +0100 Subject: [PATCH] Use .net 8 --- DiffPatch/src/DiffPatch.Tests/DiffPatch.Tests.csproj | 2 +- DiffPatch/src/DiffPatch/DiffPatch.csproj | 2 +- SuperPatch.Core/SuperPatch.Core.csproj | 2 +- SuperPatch/SuperPatch.csproj | 2 +- SuperPatchUtils/SuperPatchUtils.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DiffPatch/src/DiffPatch.Tests/DiffPatch.Tests.csproj b/DiffPatch/src/DiffPatch.Tests/DiffPatch.Tests.csproj index cc8778b..90c5e54 100644 --- a/DiffPatch/src/DiffPatch.Tests/DiffPatch.Tests.csproj +++ b/DiffPatch/src/DiffPatch.Tests/DiffPatch.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false diff --git a/DiffPatch/src/DiffPatch/DiffPatch.csproj b/DiffPatch/src/DiffPatch/DiffPatch.csproj index 2b1d1c5..8402f88 100644 --- a/DiffPatch/src/DiffPatch/DiffPatch.csproj +++ b/DiffPatch/src/DiffPatch/DiffPatch.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 DiffPatch Amael BERTEAU DiffUtils (patch) diff --git a/SuperPatch.Core/SuperPatch.Core.csproj b/SuperPatch.Core/SuperPatch.Core.csproj index ef7ee72..bb48b26 100644 --- a/SuperPatch.Core/SuperPatch.Core.csproj +++ b/SuperPatch.Core/SuperPatch.Core.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 diff --git a/SuperPatch/SuperPatch.csproj b/SuperPatch/SuperPatch.csproj index b7ded3b..c7ab4f3 100644 --- a/SuperPatch/SuperPatch.csproj +++ b/SuperPatch/SuperPatch.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 diff --git a/SuperPatchUtils/SuperPatchUtils.csproj b/SuperPatchUtils/SuperPatchUtils.csproj index 53aea95..f30e2f1 100644 --- a/SuperPatchUtils/SuperPatchUtils.csproj +++ b/SuperPatchUtils/SuperPatchUtils.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 SuperPatchUtils SuperPatchUtils