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