From eacf700eae7ed21e97c49f5d7b2d84314c6652a2 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Fri, 9 Feb 2024 15:02:20 +0100 Subject: [PATCH] explicitly reference Microsoft.TestPlatform.ObjectModel --- .../Nullean.Xunit.Partitions.csproj | 1 + .../Nullean.Xunit.Partitions.Tests.csproj | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Nullean.Xunit.Partitions/Nullean.Xunit.Partitions.csproj b/src/Nullean.Xunit.Partitions/Nullean.Xunit.Partitions.csproj index 1f18a06..9245b1c 100644 --- a/src/Nullean.Xunit.Partitions/Nullean.Xunit.Partitions.csproj +++ b/src/Nullean.Xunit.Partitions/Nullean.Xunit.Partitions.csproj @@ -33,6 +33,7 @@ + diff --git a/tests/Nullean.Xunit.Partitions.Tests/Nullean.Xunit.Partitions.Tests.csproj b/tests/Nullean.Xunit.Partitions.Tests/Nullean.Xunit.Partitions.Tests.csproj index a2f46a9..5c83dec 100644 --- a/tests/Nullean.Xunit.Partitions.Tests/Nullean.Xunit.Partitions.Tests.csproj +++ b/tests/Nullean.Xunit.Partitions.Tests/Nullean.Xunit.Partitions.Tests.csproj @@ -1,6 +1,6 @@  - net8.0 + net8.0;net462 false Nullean.Xunit.Partitions.Tests @@ -8,16 +8,12 @@ - - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file