From 6b897af075772c738fcdc8bb404129dd33c3fb54 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 11 Sep 2020 17:29:22 -0700 Subject: [PATCH] Reduce references to Microsoft.AspNetCore.App.Runtime.csproj - dotnet-watch builds against runtime in the SDK - other projects build after runtime project due to Ref.csproj reference - but, when the targeting packs aren't building, there's no reason to use Ref.csproj - followup on 76fbd1a2831a and 84962660a33a, reducing parallelism in build --- .../test/Microsoft.AspNetCore.App.UnitTests.csproj | 6 ++++-- src/SiteExtensions/LoggingBranch/LB.csproj | 8 +++++--- src/Tools/dotnet-watch/src/dotnet-watch.csproj | 6 ------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/Framework/test/Microsoft.AspNetCore.App.UnitTests.csproj b/src/Framework/test/Microsoft.AspNetCore.App.UnitTests.csproj index 2d55f9cd5025..81176c35393a 100644 --- a/src/Framework/test/Microsoft.AspNetCore.App.UnitTests.csproj +++ b/src/Framework/test/Microsoft.AspNetCore.App.UnitTests.csproj @@ -52,11 +52,13 @@ - + false true - + false true diff --git a/src/SiteExtensions/LoggingBranch/LB.csproj b/src/SiteExtensions/LoggingBranch/LB.csproj index 631f5d56a083..fb4097ceab60 100644 --- a/src/SiteExtensions/LoggingBranch/LB.csproj +++ b/src/SiteExtensions/LoggingBranch/LB.csproj @@ -16,7 +16,7 @@ false true false - + $(NoWarn);CS2008 @@ -24,11 +24,13 @@ - + false true - + false true diff --git a/src/Tools/dotnet-watch/src/dotnet-watch.csproj b/src/Tools/dotnet-watch/src/dotnet-watch.csproj index 29750598258e..c74d67c0e0a0 100644 --- a/src/Tools/dotnet-watch/src/dotnet-watch.csproj +++ b/src/Tools/dotnet-watch/src/dotnet-watch.csproj @@ -29,12 +29,6 @@ - -