From 444fbb2108f9b17dde9bc505780e09d33d15aadd Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Tue, 21 Apr 2026 13:25:21 +0200 Subject: [PATCH] Pin Coverlet.collector to 6.0.4 Coverlet.collector 8+ requires .NET 8+ See https://github.com/coverlet-coverage/coverlet/issues/1842 --- .../FluentAssertions.DataSets.Specs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj b/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj index 7758b8e..768ae78 100644 --- a/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj +++ b/Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj @@ -20,7 +20,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive