From 92ead8b7904187f7d8efa4dbdf1c200c0f395be5 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 13 Jun 2019 16:27:19 -0700 Subject: [PATCH] Disable transitive project references in test projects (#1834) --- ...rosoft.Extensions.Logging.AzureAppServices.Tests.csproj | 7 +++++++ .../test/Microsoft.Extensions.Logging.Testing.Tests.csproj | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/src/Logging/Logging.AzureAppServices/test/Microsoft.Extensions.Logging.AzureAppServices.Tests.csproj b/src/Logging/Logging.AzureAppServices/test/Microsoft.Extensions.Logging.AzureAppServices.Tests.csproj index f75f3429e2..54b36b5aab 100644 --- a/src/Logging/Logging.AzureAppServices/test/Microsoft.Extensions.Logging.AzureAppServices.Tests.csproj +++ b/src/Logging/Logging.AzureAppServices/test/Microsoft.Extensions.Logging.AzureAppServices.Tests.csproj @@ -5,8 +5,15 @@ + + + + + + + diff --git a/src/Logging/Logging.Testing/test/Microsoft.Extensions.Logging.Testing.Tests.csproj b/src/Logging/Logging.Testing/test/Microsoft.Extensions.Logging.Testing.Tests.csproj index e240ba281c..e4e19773e3 100644 --- a/src/Logging/Logging.Testing/test/Microsoft.Extensions.Logging.Testing.Tests.csproj +++ b/src/Logging/Logging.Testing/test/Microsoft.Extensions.Logging.Testing.Tests.csproj @@ -6,8 +6,12 @@ + + + +