From 217c4a10b91a2a262cddd43e6f639fa574fa694d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:01:00 +0000 Subject: [PATCH] Bump coverlet.msbuild from 3.1.2 to 6.0.0 in /Framework Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 6.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v6.0.0) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Framework/AppiumUnitTests/AppiumUnitTests.csproj | 4 ++-- Framework/BaseTestUnitTests/BaseTestUnitTests.csproj | 4 ++-- Framework/CompositeUnitTests/CompositeUnitTests.csproj | 4 ++-- Framework/DatabaseUnitTests/DatabaseUnitTests.csproj | 4 ++-- Framework/EmailUnitTests/EmailUnitTests.csproj | 4 ++-- Framework/FrameworkUnitTests/FrameworkUnitTests.csproj | 4 ++-- Framework/MongoDBUnitTests/MongoDBUnitTests.csproj | 4 ++-- Framework/PlaywrightTests/PlaywrightTests.csproj | 2 +- Framework/SeleniumUnitTests/SeleniumUnitTests.csproj | 4 ++-- .../SpecFlowExtensionNUnitTests.csproj | 4 ++-- .../SpecFlowExtensionUnitTests.csproj | 4 ++-- Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj | 4 ++-- Framework/WebServiceUnitTests/WebServiceUnitTests.csproj | 4 ++-- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Framework/AppiumUnitTests/AppiumUnitTests.csproj b/Framework/AppiumUnitTests/AppiumUnitTests.csproj index 02eb8cfe..6747749c 100644 --- a/Framework/AppiumUnitTests/AppiumUnitTests.csproj +++ b/Framework/AppiumUnitTests/AppiumUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj b/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj index d4660cf4..d2c93774 100644 --- a/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj +++ b/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/CompositeUnitTests/CompositeUnitTests.csproj b/Framework/CompositeUnitTests/CompositeUnitTests.csproj index 43cc2450..3b4dfa23 100644 --- a/Framework/CompositeUnitTests/CompositeUnitTests.csproj +++ b/Framework/CompositeUnitTests/CompositeUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj b/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj index ac5eefba..d1f90f48 100644 --- a/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj +++ b/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/EmailUnitTests/EmailUnitTests.csproj b/Framework/EmailUnitTests/EmailUnitTests.csproj index d777fb8c..e29f3ea8 100644 --- a/Framework/EmailUnitTests/EmailUnitTests.csproj +++ b/Framework/EmailUnitTests/EmailUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -21,7 +21,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj b/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj index f04fa14b..bb8edc71 100644 --- a/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj +++ b/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj @@ -1,4 +1,4 @@ - + net471;netcoreapp3.1 {D3E59B9F-445E-4484-9B2F-B3FE3ED82CE5} @@ -6,7 +6,7 @@ false - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj b/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj index 27ef6e1c..37f8924d 100644 --- a/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj +++ b/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/PlaywrightTests/PlaywrightTests.csproj b/Framework/PlaywrightTests/PlaywrightTests.csproj index 1f4be60f..8fdc5810 100644 --- a/Framework/PlaywrightTests/PlaywrightTests.csproj +++ b/Framework/PlaywrightTests/PlaywrightTests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj b/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj index 02dc0e5d..b09a80b9 100644 --- a/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj +++ b/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj b/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj index d029f182..6637a4c8 100644 --- a/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj +++ b/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -14,7 +14,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj b/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj index ea5bf7c9..edd616cd 100644 --- a/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj +++ b/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj b/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj index 5b884298..70c3a09e 100644 --- a/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj +++ b/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj b/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj index ef4935c7..c4a2938f 100644 --- a/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj +++ b/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all