Unconditionally enable content in RCLs (dotnet/aspnetcore-tooling#723)
\n\nCommit migrated from 50f6b2d4d6
This commit is contained in:
parent
bfbb9a78a2
commit
9ac7cb8f00
|
|
@ -80,12 +80,6 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
<None Remove="**\*.razor" />
|
<None Remove="**\*.razor" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<Import Project="$(MSBuildThisFileDirectory)..\..\Sdk\Sdk.Razor.StaticAssets.ProjectSystem.props" />
|
||||||
<EnableRazorSdkContent Condition="'$(EnableRazorSdkContent)' =='' and '$(UsingMicrosoftNETSdkWeb)' == '' ">true</EnableRazorSdkContent>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<Import
|
|
||||||
Project="$(MSBuildThisFileDirectory)..\..\Sdk\Sdk.Razor.StaticAssets.ProjectSystem.props"
|
|
||||||
Condition=" '$(EnableRazorSdkContent)' == 'true' " />
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue