Enable Razor build server by default

This commit is contained in:
Steve Sanderson 2018-03-16 12:36:36 +00:00
parent d0731c337d
commit 0cfb25e2ad
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@
<PropertyGroup>
<DefaultWebContentItemExcludes>$(DefaultWebContentItemExcludes);wwwroot\**</DefaultWebContentItemExcludes>
<!-- We can remove this after updating to newer Razor tooling, where it's enabled by default -->
<UseRazorBuildServer>true</UseRazorBuildServer>
</PropertyGroup>
</Project>