From 19973e7a8a3955db242e6a7d5b784ae8407890f1 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 30 Nov 2022 21:15:03 +0000 Subject: [PATCH] Target .NET 7 --- VpSharp.Tests/VpSharp.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VpSharp.Tests/VpSharp.Tests.csproj b/VpSharp.Tests/VpSharp.Tests.csproj index d4b3dd9..4de5cd1 100644 --- a/VpSharp.Tests/VpSharp.Tests.csproj +++ b/VpSharp.Tests/VpSharp.Tests.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0 + net7.0 enable enable