Update src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Co-Authored-By: Doug Bunting <6431421+dougbu@users.noreply.github.com>
This commit is contained in:
William Godbe 2019-10-05 00:03:05 -07:00 committed by wtgodbe
parent 03b4bcfee8
commit dd13c8737a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
</BuildDependsOn>
<!-- No-op when in source build -->
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' != 'false' or '$(DotNetBuildFromSource)' == 'true'"/>
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' == 'false'"/>
</PropertyGroup>
<!-- Override the default MSBuild targets so that nothing is returned from the project since it represents a collection of assemblies. -->