Add new nesting capability

\n\nCommit migrated from 2ca30ed836
This commit is contained in:
Ryan Nowak 2019-02-22 17:58:57 -08:00 committed by Ryan Nowak
parent 921373b0a6
commit 8f76b90585
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ Copyright (c) .NET Foundation. All rights reserved.
the runtime/toolset packages. Introduced in 2.1
-->
<ProjectCapability Include="DotNetCoreRazorConfiguration" Condition="'$(_TargetingNETCoreApp30OrLater)'=='true'"/>
<!--
Activates the set of nesting behaviors we want from solution explorer.
-->
<ProjectCapability Include="WebNestingDefaults" />
</ItemGroup>
<!--