From b7834a7bb9f3405308dcf088290c39fcaa623374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:02:07 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 in /Framework Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Framework/AppiumUnitTests/AppiumUnitTests.csproj | 2 +- Framework/BaseTestUnitTests/BaseTestUnitTests.csproj | 2 +- Framework/CompositeUnitTests/CompositeUnitTests.csproj | 2 +- Framework/DatabaseUnitTests/DatabaseUnitTests.csproj | 2 +- Framework/EmailUnitTests/EmailUnitTests.csproj | 2 +- Framework/FrameworkUnitTests/FrameworkUnitTests.csproj | 2 +- Framework/MongoDBUnitTests/MongoDBUnitTests.csproj | 2 +- Framework/SeleniumUnitTests/SeleniumUnitTests.csproj | 2 +- .../SpecFlowExtensionNUnitTests.csproj | 2 +- .../SpecFlowExtensionUnitTests.csproj | 2 +- Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj | 2 +- Framework/WebServiceUnitTests/WebServiceUnitTests.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Framework/AppiumUnitTests/AppiumUnitTests.csproj b/Framework/AppiumUnitTests/AppiumUnitTests.csproj index 89e9bf073..450c57128 100644 --- a/Framework/AppiumUnitTests/AppiumUnitTests.csproj +++ b/Framework/AppiumUnitTests/AppiumUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj b/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj index a25fc01ae..446221cfa 100644 --- a/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj +++ b/Framework/BaseTestUnitTests/BaseTestUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/CompositeUnitTests/CompositeUnitTests.csproj b/Framework/CompositeUnitTests/CompositeUnitTests.csproj index 306351baf..133295114 100644 --- a/Framework/CompositeUnitTests/CompositeUnitTests.csproj +++ b/Framework/CompositeUnitTests/CompositeUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj b/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj index 9bcd36221..f91dc2e6c 100644 --- a/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj +++ b/Framework/DatabaseUnitTests/DatabaseUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/EmailUnitTests/EmailUnitTests.csproj b/Framework/EmailUnitTests/EmailUnitTests.csproj index 6197e7a06..8fa37da1a 100644 --- a/Framework/EmailUnitTests/EmailUnitTests.csproj +++ b/Framework/EmailUnitTests/EmailUnitTests.csproj @@ -25,7 +25,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj b/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj index 7fa172968..48d190a3e 100644 --- a/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj +++ b/Framework/FrameworkUnitTests/FrameworkUnitTests.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj b/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj index e4cc7bdb5..5889bb879 100644 --- a/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj +++ b/Framework/MongoDBUnitTests/MongoDBUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj b/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj index e782ab7f6..8b1ca2c16 100644 --- a/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj +++ b/Framework/SeleniumUnitTests/SeleniumUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj b/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj index a14286027..4a4444da6 100644 --- a/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj +++ b/Framework/SpecFlowExtensionNUnitTests/SpecFlowExtensionNUnitTests.csproj @@ -18,7 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj b/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj index 31b65cf3b..d57c8d8e1 100644 --- a/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj +++ b/Framework/SpecFlowExtensionUnitTests/SpecFlowExtensionUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj b/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj index bb3d2ef3f..e8b9a7bc5 100644 --- a/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj +++ b/Framework/UtilitiesUnitTests/UtilitiesUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj b/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj index 0b6ce598f..0bed9e5c1 100644 --- a/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj +++ b/Framework/WebServiceUnitTests/WebServiceUnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +