disable building Microsoft.AspNetCore.App.Ref package in 3.0

This commit is contained in:
wtgodbe 2019-10-03 13:31:44 -07:00
parent 354d859d50
commit 6fc778af6a
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' and '$(DotNetBuildFromSource)' == 'true'"/>
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' != 'false' or '$(DotNetBuildFromSource)' == 'true'"/>
</PropertyGroup>
<!-- Override the default MSBuild targets so that nothing is returned from the project since it represents a collection of assemblies. -->