From 35113fac273332777c46ef9948c49a57cd01437b Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 1 Apr 2023 17:05:46 +0100 Subject: [PATCH] test: run tests for .NET 7, 6, and Core 3.1 .NET Core 3.1 allows testing of the .NET Standard 2.1 implementation of X10D --- X10D.Tests/X10D.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D.Tests/X10D.Tests.csproj b/X10D.Tests/X10D.Tests.csproj index 850a144..327a67e 100644 --- a/X10D.Tests/X10D.Tests.csproj +++ b/X10D.Tests/X10D.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0;net6.0;netcoreapp3.1 11.0 false enable