diff --git a/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj b/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj index 35b046d..5f29eb8 100644 --- a/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj +++ b/VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net7.0 + net6.0;net7.0;net8.0 enable enable diff --git a/VpSharp.Tests/VpSharp.Tests.csproj b/VpSharp.Tests/VpSharp.Tests.csproj index 22fea86..ae33f5d 100644 --- a/VpSharp.Tests/VpSharp.Tests.csproj +++ b/VpSharp.Tests/VpSharp.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0;net7.0;net8.0 enable enable diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index 3ddeb5b..3761305 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0 + net6.0;net7.0;net8.0 10.0 enable enable