diff --git a/src/PactNet.Abstractions/PactNet.Abstractions.csproj b/src/PactNet.Abstractions/PactNet.Abstractions.csproj index 8baeb749..f4d89cd7 100644 --- a/src/PactNet.Abstractions/PactNet.Abstractions.csproj +++ b/src/PactNet.Abstractions/PactNet.Abstractions.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + net8.0;netstandard2.0 latest true CS1591;NU5105 @@ -9,10 +9,9 @@ - - + + - - + diff --git a/src/PactNet.Output.Xunit/PactNet.Output.Xunit.csproj b/src/PactNet.Output.Xunit/PactNet.Output.Xunit.csproj index 0013771c..810d4fd8 100644 --- a/src/PactNet.Output.Xunit/PactNet.Output.Xunit.csproj +++ b/src/PactNet.Output.Xunit/PactNet.Output.Xunit.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net8.0;netstandard2.0 latest true CS1591;NU5105 diff --git a/src/PactNet/PactNet.csproj b/src/PactNet/PactNet.csproj index 3cb10197..b3d88376 100644 --- a/src/PactNet/PactNet.csproj +++ b/src/PactNet/PactNet.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net8.0;netstandard2.0 latest true NU5105 @@ -59,18 +59,6 @@ - - - build/net462/ - true - false - - - buildTransitive/net462/ - true - false - - diff --git a/tests/PactNet.Abstractions.Tests/PactNet.Abstractions.Tests.csproj b/tests/PactNet.Abstractions.Tests/PactNet.Abstractions.Tests.csproj index 33213fec..ed30fa31 100644 --- a/tests/PactNet.Abstractions.Tests/PactNet.Abstractions.Tests.csproj +++ b/tests/PactNet.Abstractions.Tests/PactNet.Abstractions.Tests.csproj @@ -1,16 +1,7 @@ - - net8.0 - - - net8.0;net462 - + net8.0;net462 - - - - diff --git a/tests/PactNet.Tests/PactNet.Tests.csproj b/tests/PactNet.Tests/PactNet.Tests.csproj index 98f360d6..e693413f 100644 --- a/tests/PactNet.Tests/PactNet.Tests.csproj +++ b/tests/PactNet.Tests/PactNet.Tests.csproj @@ -1,10 +1,7 @@ - - net8.0 - - + net8.0;net462 false @@ -16,12 +13,6 @@ PreserveNewest - - - - - - @@ -42,5 +33,4 @@ - - + \ No newline at end of file