From 7f8805828f3a5241ab8bd15832245fcee63e0dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:02:42 +0000 Subject: [PATCH] Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.2.1...V4.3.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... 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 972dbd8aa..8dc6c70ab 100644 --- a/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj +++ b/src/SJP.Schematic.Core.Tests/SJP.Schematic.Core.Tests.csproj @@ -12,7 +12,7 @@ - + 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 e8b9a373f..a32a3a4ff 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 @@ -14,7 +14,7 @@ - + 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 e0d894cf4..fd9042d06 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 @@ -14,7 +14,7 @@ - + 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 84a0947ba..0fe5bb7f7 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 @@ -14,7 +14,7 @@ - + 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 d78d1f35a..b66514d2b 100644 --- a/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj +++ b/src/SJP.Schematic.DataAccess.Tests/SJP.Schematic.DataAccess.Tests.csproj @@ -11,7 +11,7 @@ - + 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 faa1e33b6..50f7bb846 100644 --- a/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj +++ b/src/SJP.Schematic.Dbml.Tests/SJP.Schematic.Dbml.Tests.csproj @@ -13,7 +13,7 @@ - + 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 e96e4f217..617b1e25d 100644 --- a/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj +++ b/src/SJP.Schematic.Dot.Tests/SJP.Schematic.Dot.Tests.csproj @@ -13,7 +13,7 @@ - + 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 08bda5f45..6e558261a 100644 --- a/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj +++ b/src/SJP.Schematic.Graphviz.Tests/SJP.Schematic.Graphviz.Tests.csproj @@ -11,7 +11,7 @@ - + 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 160f10dbf..8968188b8 100644 --- a/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj +++ b/src/SJP.Schematic.Lint.Tests/SJP.Schematic.Lint.Tests.csproj @@ -14,7 +14,7 @@ - + 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 206695352..9c05a8bde 100644 --- a/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj +++ b/src/SJP.Schematic.MySql.Tests/SJP.Schematic.MySql.Tests.csproj @@ -14,7 +14,7 @@ - + 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 77e2fd401..9676ee33f 100644 --- a/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj +++ b/src/SJP.Schematic.Oracle.Tests/SJP.Schematic.Oracle.Tests.csproj @@ -14,7 +14,7 @@ - + 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 4dfd21923..3eb095a47 100644 --- a/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj +++ b/src/SJP.Schematic.PostgreSql.Tests/SJP.Schematic.PostgreSql.Tests.csproj @@ -14,7 +14,7 @@ - + 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 25eb4d9b0..3f94666b5 100644 --- a/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj +++ b/src/SJP.Schematic.Reporting.Tests/SJP.Schematic.Reporting.Tests.csproj @@ -13,7 +13,7 @@ - + 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 bfdfe4ac9..3dd116054 100644 --- a/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj +++ b/src/SJP.Schematic.Serialization.Tests/SJP.Schematic.Serialization.Tests.csproj @@ -12,7 +12,7 @@ - + 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 e538c88e0..33a67b2c0 100644 --- a/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj +++ b/src/SJP.Schematic.SqlServer.Tests/SJP.Schematic.SqlServer.Tests.csproj @@ -14,7 +14,7 @@ - + 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 3f55e63d5..80541e697 100644 --- a/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj +++ b/src/SJP.Schematic.Sqlite.Tests/SJP.Schematic.Sqlite.Tests.csproj @@ -14,7 +14,7 @@ - + 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 7b3edeb02..217ca0f60 100644 --- a/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj +++ b/src/SJP.Schematic.Tests.Utilities/SJP.Schematic.Tests.Utilities.csproj @@ -12,7 +12,7 @@ - + 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 b6f5a24f3..6c0ef13dc 100644 --- a/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj +++ b/src/SJP.Schematic.Tool.Tests/SJP.Schematic.Tool.Tests.csproj @@ -11,7 +11,7 @@ - +