disable building Microsoft.AspNetCore.App.Ref package in 3.0
This commit is contained in:
parent
354d859d50
commit
6fc778af6a
|
|
@ -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' and '$(DotNetBuildFromSource)' == 'true'"/>
|
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' != 'false' or '$(DotNetBuildFromSource)' == 'true'"/>
|
||||||
</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