From 61b804e1ad354ac83412a9c21c0a431b3331b39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Dom=C3=ADnguez=20V=C3=A1zquez?= Date: Mon, 12 Feb 2024 22:40:36 +0100 Subject: [PATCH] Update test project to .NET 7 --- src/SharpYaml.Tests/SharpYaml.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpYaml.Tests/SharpYaml.Tests.csproj b/src/SharpYaml.Tests/SharpYaml.Tests.csproj index 229f912..896020f 100644 --- a/src/SharpYaml.Tests/SharpYaml.Tests.csproj +++ b/src/SharpYaml.Tests/SharpYaml.Tests.csproj @@ -1,6 +1,6 @@  - net48;net6.0 + net48;net7.0 false