From 35e83fe007e2120b0fe92d68ba55a9a41a090120 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 11:15:59 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.6.1 to 16.7.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.6.1...v16.7.0) Signed-off-by: dependabot-preview[bot] --- .../KickStart.AutoMapper.Tests.csproj | 2 +- test/KickStart.Autofac.Tests/KickStart.Autofac.Tests.csproj | 2 +- .../KickStart.DependencyInjection.Tests.csproj | 2 +- .../KickStart.EntityChange.Tests.csproj | 2 +- test/KickStart.MongoDB.Tests/KickStart.MongoDB.Tests.csproj | 2 +- test/KickStart.Ninject.Tests/KickStart.Ninject.Tests.csproj | 2 +- .../KickStart.SimpleInjector.Tests.csproj | 2 +- test/KickStart.Tests/KickStart.Tests.csproj | 2 +- test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj | 2 +- test/Test.Core/Test.Core.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/KickStart.AutoMapper.Tests/KickStart.AutoMapper.Tests.csproj b/test/KickStart.AutoMapper.Tests/KickStart.AutoMapper.Tests.csproj index 1eb1ba7..9c8d20b 100644 --- a/test/KickStart.AutoMapper.Tests/KickStart.AutoMapper.Tests.csproj +++ b/test/KickStart.AutoMapper.Tests/KickStart.AutoMapper.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.Autofac.Tests/KickStart.Autofac.Tests.csproj b/test/KickStart.Autofac.Tests/KickStart.Autofac.Tests.csproj index 9a4197b..90c0a99 100644 --- a/test/KickStart.Autofac.Tests/KickStart.Autofac.Tests.csproj +++ b/test/KickStart.Autofac.Tests/KickStart.Autofac.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.DependencyInjection.Tests/KickStart.DependencyInjection.Tests.csproj b/test/KickStart.DependencyInjection.Tests/KickStart.DependencyInjection.Tests.csproj index 01f6d73..c2b6c26 100644 --- a/test/KickStart.DependencyInjection.Tests/KickStart.DependencyInjection.Tests.csproj +++ b/test/KickStart.DependencyInjection.Tests/KickStart.DependencyInjection.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.EntityChange.Tests/KickStart.EntityChange.Tests.csproj b/test/KickStart.EntityChange.Tests/KickStart.EntityChange.Tests.csproj index 2577dc6..f6b5761 100644 --- a/test/KickStart.EntityChange.Tests/KickStart.EntityChange.Tests.csproj +++ b/test/KickStart.EntityChange.Tests/KickStart.EntityChange.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.MongoDB.Tests/KickStart.MongoDB.Tests.csproj b/test/KickStart.MongoDB.Tests/KickStart.MongoDB.Tests.csproj index c45fd44..157d645 100644 --- a/test/KickStart.MongoDB.Tests/KickStart.MongoDB.Tests.csproj +++ b/test/KickStart.MongoDB.Tests/KickStart.MongoDB.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.Ninject.Tests/KickStart.Ninject.Tests.csproj b/test/KickStart.Ninject.Tests/KickStart.Ninject.Tests.csproj index d5b9147..05e1ee1 100644 --- a/test/KickStart.Ninject.Tests/KickStart.Ninject.Tests.csproj +++ b/test/KickStart.Ninject.Tests/KickStart.Ninject.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.SimpleInjector.Tests/KickStart.SimpleInjector.Tests.csproj b/test/KickStart.SimpleInjector.Tests/KickStart.SimpleInjector.Tests.csproj index f386623..7fb2a75 100644 --- a/test/KickStart.SimpleInjector.Tests/KickStart.SimpleInjector.Tests.csproj +++ b/test/KickStart.SimpleInjector.Tests/KickStart.SimpleInjector.Tests.csproj @@ -23,7 +23,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/KickStart.Tests/KickStart.Tests.csproj b/test/KickStart.Tests/KickStart.Tests.csproj index 9b59cc5..d210c7b 100644 --- a/test/KickStart.Tests/KickStart.Tests.csproj +++ b/test/KickStart.Tests/KickStart.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj b/test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj index ab46235..33657ce 100644 --- a/test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj +++ b/test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers diff --git a/test/Test.Core/Test.Core.csproj b/test/Test.Core/Test.Core.csproj index 55aa091..0b0b23f 100644 --- a/test/Test.Core/Test.Core.csproj +++ b/test/Test.Core/Test.Core.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers