From e82196ded1dced376a199be6cc17b736c41acb19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:07:53 +0000 Subject: [PATCH] Bump NUnit from 4.0.0 to 4.0.1 Bumps [NUnit](https://github.com/nunit/nunit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj | 2 +- .../SJP.Schematic.DataAccess.EntityFrameworkCore.Tests.csproj | 2 +- .../SJP.Schematic.DataAccess.OrmLite.Tests.csproj | 2 +- .../SJP.Schematic.DataAccess.Poco.Tests.csproj | 2 +- .../SJP.Schematic.DataAccess.Tests.csproj | 2 +- src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj | 2 +- src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj | 2 +- .../SJP.Schematic.Graphviz.Tests.csproj | 2 +- src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj | 2 +- src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj | 2 +- .../SJP.Schematic.Oracle.Tests.csproj | 2 +- .../SJP.Schematic.PostgreSql.Tests.csproj | 2 +- .../SJP.Schematic.Reporting.Tests.csproj | 2 +- .../SJP.Schematic.Serialization.Tests.csproj | 2 +- .../SJP.Schematic.SqlServer.Tests.csproj | 2 +- .../SJP.Schematic.Sqlite.Tests.csproj | 2 +- .../SJP.Schematic.Tests.Utilities.csproj | 2 +- src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj b/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj index 66fbe6cd9..27c51b0df 100644 --- a/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj +++ b/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests.csproj b/src/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests.csproj index a7bdbac00..1289d9725 100644 --- a/src/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests.csproj +++ b/src/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.DataAccess.OrmLite.Tests/SJP.Schematic.DataAccess.OrmLite.Tests.csproj b/src/SJP.Schematic.DataAccess.OrmLite.Tests/SJP.Schematic.DataAccess.OrmLite.Tests.csproj index 35dafd849..ff24f5517 100644 --- a/src/SJP.Schematic.DataAccess.OrmLite.Tests/SJP.Schematic.DataAccess.OrmLite.Tests.csproj +++ b/src/SJP.Schematic.DataAccess.OrmLite.Tests/SJP.Schematic.DataAccess.OrmLite.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.DataAccess.Poco.Tests/SJP.Schematic.DataAccess.Poco.Tests.csproj b/src/SJP.Schematic.DataAccess.Poco.Tests/SJP.Schematic.DataAccess.Poco.Tests.csproj index 8a7ae8bda..d08c774a5 100644 --- a/src/SJP.Schematic.DataAccess.Poco.Tests/SJP.Schematic.DataAccess.Poco.Tests.csproj +++ b/src/SJP.Schematic.DataAccess.Poco.Tests/SJP.Schematic.DataAccess.Poco.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj b/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj index ac104bd31..5d2973688 100644 --- a/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj +++ b/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj b/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj index c18ac2852..aded47c6c 100644 --- a/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj +++ b/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj b/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj index e9ca9c01c..a006f024f 100644 --- a/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj +++ b/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj b/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj index f21820621..094e377a2 100644 --- a/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj +++ b/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj b/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj index 2848434e8..2a1b996ba 100644 --- a/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj +++ b/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj b/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj index d9225c1a3..87b08ebfc 100644 --- a/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj +++ b/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj b/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj index 1414bed69..8ba0fe550 100644 --- a/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj +++ b/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj b/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj index b0b73a4ce..cefde4847 100644 --- a/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj +++ b/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj b/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj index 2acdf81d3..1f4b77cd0 100644 --- a/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj +++ b/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj b/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj index ce07dd822..f52bca9be 100644 --- a/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj +++ b/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj b/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj index 04f0e50ec..0daa9aceb 100644 --- a/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj +++ b/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj b/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj index c20c5f776..95ee9bd6f 100644 --- a/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj +++ b/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj b/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj index 6020b5a0d..12ba8a979 100644 --- a/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj +++ b/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj b/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj index bd001efd1..2b396a43c 100644 --- a/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj +++ b/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive