We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ede0fe commit 6ccdf15Copy full SHA for 6ccdf15
1 file changed
RazorTemplate/RazorTemplate.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net5</TargetFramework>
5
<!-- Disabling pre-compilation is required for advanced features like: https://docs.servicestack.net/netcore-razor#page-based-routing-in-razor -->
6
- <RazorCompileOnPublish>false</RazorCompileOnPublish>
+ <RazorCompileOnPublish>true</RazorCompileOnPublish>
7
</PropertyGroup>
8
9
<Target Name="Bundle" BeforeTargets="BeforePublish">
0 commit comments