From bddcd7c88e0f0fbb6ea0fa5ef0a5233fbd1bfce4 Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Mon, 6 Nov 2023 15:46:48 +0100 Subject: [PATCH] Update dependencies. --- .../NHamcrest.NUnit.Examples.csproj | 4 ++-- src/NHamcrest.NUnit/NHamcrest.NUnit.csproj | 10 +++++----- src/NHamcrest.Tests/NHamcrest.Tests.csproj | 10 +++++----- .../NHamcrest.XUnit.Examples.csproj | 6 +++--- src/NHamcrest.XUnit/NHamcrest.XUnit.csproj | 10 +++++----- src/NHamcrest/NHamcrest.csproj | 12 ++++++------ 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/NHamcrest.NUnit.Examples/NHamcrest.NUnit.Examples.csproj b/src/NHamcrest.NUnit.Examples/NHamcrest.NUnit.Examples.csproj index 2c26989..82b9b13 100644 --- a/src/NHamcrest.NUnit.Examples/NHamcrest.NUnit.Examples.csproj +++ b/src/NHamcrest.NUnit.Examples/NHamcrest.NUnit.Examples.csproj @@ -4,8 +4,8 @@ net7.0 - - + + diff --git a/src/NHamcrest.NUnit/NHamcrest.NUnit.csproj b/src/NHamcrest.NUnit/NHamcrest.NUnit.csproj index 5963471..dc023aa 100644 --- a/src/NHamcrest.NUnit/NHamcrest.NUnit.csproj +++ b/src/NHamcrest.NUnit/NHamcrest.NUnit.csproj @@ -5,18 +5,18 @@ true False Copyright © 2023 - 3.3.0 - 3.3.0-$(VersionSuffix) + 3.4.0 + 3.4.0-$(VersionSuffix) Adapter for NUnit for using NHamcrest library Graham Hay, Algirdas Lašas, Constantin Tews https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt https://github.com/nhamcrest/NHamcrest unittesting hamcrest matcher test - 3.3.0.0 - 3.3.0.0 + 3.4.0.0 + 3.4.0.0 - + diff --git a/src/NHamcrest.Tests/NHamcrest.Tests.csproj b/src/NHamcrest.Tests/NHamcrest.Tests.csproj index accfb5a..ff51452 100644 --- a/src/NHamcrest.Tests/NHamcrest.Tests.csproj +++ b/src/NHamcrest.Tests/NHamcrest.Tests.csproj @@ -2,21 +2,21 @@ net7.0 - 3.2.0 + 3.4.0 - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/NHamcrest.XUnit.Examples/NHamcrest.XUnit.Examples.csproj b/src/NHamcrest.XUnit.Examples/NHamcrest.XUnit.Examples.csproj index 7e654b5..8d676db 100644 --- a/src/NHamcrest.XUnit.Examples/NHamcrest.XUnit.Examples.csproj +++ b/src/NHamcrest.XUnit.Examples/NHamcrest.XUnit.Examples.csproj @@ -4,9 +4,9 @@ net7.0 - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/NHamcrest.XUnit/NHamcrest.XUnit.csproj b/src/NHamcrest.XUnit/NHamcrest.XUnit.csproj index b796831..b03dacb 100644 --- a/src/NHamcrest.XUnit/NHamcrest.XUnit.csproj +++ b/src/NHamcrest.XUnit/NHamcrest.XUnit.csproj @@ -5,18 +5,18 @@ true False Copyright © 2023 - 3.3.0 - 3.3.0-$(VersionSuffix) + 3.4.0 + 3.4.0-$(VersionSuffix) Adapter for xunit for using NHamcrest library Graham Hay, Algirdas Lašas, Constantin Tews https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt https://github.com/nhamcrest/NHamcrest unittesting hamcrest matcher test - 3.3.0.0 - 3.3.0.0 + 3.4.0.0 + 3.4.0.0 - + diff --git a/src/NHamcrest/NHamcrest.csproj b/src/NHamcrest/NHamcrest.csproj index ea8a47e..88f1346 100644 --- a/src/NHamcrest/NHamcrest.csproj +++ b/src/NHamcrest/NHamcrest.csproj @@ -5,20 +5,20 @@ true False Copyright © 2023 - 3.3.0 - 3.3.0-$(VersionSuffix) + 3.4.0 + 3.4.0-$(VersionSuffix) .NET port of Hamcrest, a matcher library with some extra matchers Graham Hay, Algirdas Lašas, Constantin Tews https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt https://github.com/nhamcrest/NHamcrest unittesting hamcrest matcher test - 3.3.0.0 - 3.3.0.0 + 3.4.0.0 + 3.4.0.0 - 1701;1702;1705;1591 + 1591 - 1701;1702;1705;1591 + 1591 \ No newline at end of file