From 4e24426a39bd5fd1771c79c350322ef7b19ae9ca Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 18 Jun 2024 15:39:05 +0100 Subject: [PATCH] chore!: drop net7.0 target --- VpSharp.Commands/VpSharp.Commands.csproj | 2 +- VpSharp.Tests/VpSharp.Tests.csproj | 2 +- VpSharp/VpSharp.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VpSharp.Commands/VpSharp.Commands.csproj b/VpSharp.Commands/VpSharp.Commands.csproj index 1b16b62..ba56827 100644 --- a/VpSharp.Commands/VpSharp.Commands.csproj +++ b/VpSharp.Commands/VpSharp.Commands.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net6.0;net8.0 true diff --git a/VpSharp.Tests/VpSharp.Tests.csproj b/VpSharp.Tests/VpSharp.Tests.csproj index 9cdce9d..167b240 100644 --- a/VpSharp.Tests/VpSharp.Tests.csproj +++ b/VpSharp.Tests/VpSharp.Tests.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net6.0;net8.0 enable enable diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index 83cd77b..02f9d0e 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net6.0;net8.0 true