From 7e86b00ad08f88efa9f8eaa357396bcc86a1fad6 Mon Sep 17 00:00:00 2001 From: Michiel Oda Date: Thu, 13 Nov 2025 09:21:04 +0100 Subject: [PATCH] Remove .NET 6 from the unit test projects --- Parsers.AutomationTests/Parsers.AutomationTests.csproj | 2 +- Parsers.CommonTests/Parsers.CommonTests.csproj | 2 +- Parsers.ProtocolTests/Parsers.ProtocolTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Parsers.AutomationTests/Parsers.AutomationTests.csproj b/Parsers.AutomationTests/Parsers.AutomationTests.csproj index 8c44a22..6085767 100644 --- a/Parsers.AutomationTests/Parsers.AutomationTests.csproj +++ b/Parsers.AutomationTests/Parsers.AutomationTests.csproj @@ -1,7 +1,7 @@ - net48;net6.0;net8.0 + net48;net8.0 false diff --git a/Parsers.CommonTests/Parsers.CommonTests.csproj b/Parsers.CommonTests/Parsers.CommonTests.csproj index ae229d9..ac694d5 100644 --- a/Parsers.CommonTests/Parsers.CommonTests.csproj +++ b/Parsers.CommonTests/Parsers.CommonTests.csproj @@ -1,7 +1,7 @@  - net48;net6.0;net8.0 + net48;net8.0 false diff --git a/Parsers.ProtocolTests/Parsers.ProtocolTests.csproj b/Parsers.ProtocolTests/Parsers.ProtocolTests.csproj index 6aabba3..1162b57 100644 --- a/Parsers.ProtocolTests/Parsers.ProtocolTests.csproj +++ b/Parsers.ProtocolTests/Parsers.ProtocolTests.csproj @@ -1,7 +1,7 @@ - net48;net6.0;net8.0 + net48;net8.0 disable disable