From 175dc477943011e31dce882114ea5cd26a58866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:07:28 +0000 Subject: [PATCH 1/4] Bump MSTest.TestAdapter from 3.5.1 to 3.5.2 (#500) Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- BO4ETestProject/TestBO4E.csproj | 2 +- TestBO4E.Extensions/TestBO4E.Extensions.csproj | 2 +- TestBO4E.Reporting/TestBO4E.Reporting.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj index 8941eee1..f0946572 100644 --- a/BO4ETestProject/TestBO4E.csproj +++ b/BO4ETestProject/TestBO4E.csproj @@ -22,7 +22,7 @@ - + diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj index f827d644..62323443 100644 --- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj +++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj @@ -19,7 +19,7 @@ - + diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj index a6f263fa..78024b57 100644 --- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj +++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj @@ -15,7 +15,7 @@ - + From ff1e961c6cbdc0572891716f948794b66dd8f444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:10:38 +0000 Subject: [PATCH 2/4] Bump Polyfill from 6.2.3 to 6.3.0 (#501) Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 6.2.3 to 6.3.0. - [Commits](https://github.com/SimonCropp/Polyfill/compare/6.2.3...6.3.0) --- updated-dependencies: - dependency-name: Polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- BO4E/BO4E.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BO4E/BO4E.csproj b/BO4E/BO4E.csproj index cf1739ab..3dc64709 100644 --- a/BO4E/BO4E.csproj +++ b/BO4E/BO4E.csproj @@ -83,7 +83,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 9f1d3f696596fa3d6a3bb7218c85f7d658787a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:14:05 +0000 Subject: [PATCH 3/4] Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#502) Bumps Newtonsoft.Json from 13.0.1 to 13.0.3. --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- BO4ETestProject/TestBO4E.csproj | 1 + TestBO4E.Extensions/TestBO4E.Extensions.csproj | 1 + TestBO4E.Reporting/TestBO4E.Reporting.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj index f0946572..b039b3e9 100644 --- a/BO4ETestProject/TestBO4E.csproj +++ b/BO4ETestProject/TestBO4E.csproj @@ -24,6 +24,7 @@ + diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj index 62323443..207f9f63 100644 --- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj +++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj @@ -21,6 +21,7 @@ + diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj index 78024b57..307ec1e2 100644 --- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj +++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj @@ -17,6 +17,7 @@ + From 45c681d64636cf8feb2e0e4795b6e5c89ab79c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:17:29 +0000 Subject: [PATCH 4/4] Bump MSTest.TestFramework from 3.5.1 to 3.5.2 (#503) Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- BO4ETestProject/TestBO4E.csproj | 2 +- TestBO4E.Extensions/TestBO4E.Extensions.csproj | 2 +- TestBO4E.Reporting/TestBO4E.Reporting.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj index b039b3e9..150d73c0 100644 --- a/BO4ETestProject/TestBO4E.csproj +++ b/BO4ETestProject/TestBO4E.csproj @@ -23,7 +23,7 @@ - + diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj index 207f9f63..e4fb5671 100644 --- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj +++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj @@ -20,7 +20,7 @@ - + diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj index 307ec1e2..f1ebc15a 100644 --- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj +++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj @@ -16,7 +16,7 @@ - +