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
This commit is contained in:
Oliver Booth 2023-04-01 17:05:46 +01:00
parent 39c8c7defb
commit 35113fac27
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
<LangVersion>11.0</LangVersion>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>