Run tests on .NET 6, 7 and 8

This commit is contained in:
Frederik Carlier
2024-04-25 10:27:41 +02:00
parent 6eaac08002
commit 9fb0b4bf28

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>