From add68e0a82ffd7d41a0eee2b811f89c35915a2bc Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 6 Jan 2024 12:25:05 +0000 Subject: [PATCH] feat: add .NET 8 support --- VpSharp.IntegrationTests/VpSharp.IntegrationTests.csproj | 2 +- VpSharp.Tests/VpSharp.Tests.csproj | 2 +- VpSharp/VpSharp.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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