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