From 4fb50c9e93fb1517b995da8840907f423725054f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 29 Nov 2022 15:46:13 +0000 Subject: [PATCH] Multi-target .NET 6 and .NET 7 --- VpSharp.Commands/VpSharp.Commands.csproj | 2 +- VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj | 2 +- VpSharp.Tests/VpSharp.Tests.csproj | 2 +- VpSharp/VpSharp.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VpSharp.Commands/VpSharp.Commands.csproj b/VpSharp.Commands/VpSharp.Commands.csproj index c6cd049..daae692 100644 --- a/VpSharp.Commands/VpSharp.Commands.csproj +++ b/VpSharp.Commands/VpSharp.Commands.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0;net7.0 enable enable 0.1.0 diff --git a/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj b/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj index 51ec100..35b046d 100644 --- a/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj +++ b/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net6.0;net7.0 enable enable diff --git a/VpSharp.Tests/VpSharp.Tests.csproj b/VpSharp.Tests/VpSharp.Tests.csproj index fe221a2..467c358 100644 --- a/VpSharp.Tests/VpSharp.Tests.csproj +++ b/VpSharp.Tests/VpSharp.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0;net7.0 enable enable diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index 1699415..a148950 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0;net7.0 enable enable true