Disabling pre compiled view should be a workaround and not default

This commit is contained in:
Nikolaj
2020-09-08 10:42:39 +02:00
parent 983ac2cca5
commit 7ac4e6c387

View File

@@ -130,12 +130,6 @@
<None Remove="Umbraco/Models/models.generated.cs"/>
<Compile Remove="Umbraco/Models/models.generated.cs"/>
</ItemGroup>
<PropertyGroup>
<RazorCompileOnBuild>false</RazorCompileOnBuild>
<RazorCompileOnPublish>false</RazorCompileOnPublish>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />