fixed a typo in the UmbracoProject template (#10432)

* fixed a typo in the UmbracoProject template

* Update build/templates/UmbracoProject/UmbracoProject.csproj

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Jason Elkin
2021-06-11 13:09:41 +01:00
committed by GitHub
parent cfdf11b195
commit 0b3eeafb47

View File

@@ -44,7 +44,7 @@
<Content Remove="umbraco\MediaCache\**" />
</ItemGroup>
<!--Set this to true ModelsBuilder mode is not PureLive -->
<!-- Set this to true if ModelsBuilder mode is not InMemoryAuto-->
<PropertyGroup>
<RazorCompileOnBuild>false</RazorCompileOnBuild>
</PropertyGroup>