Skip to content

Commit

Permalink
precompile should be tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski authored Oct 15, 2022
1 parent c41484b commit 2364883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RazorLight.Precompile/RazorLight.Precompile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>true</IsPackable>
<ToolCommandName>razorlight-precompile</ToolCommandName>
<PackAsTool>true</PackAsTool>
<PreserveCompilationContext>true</PreserveCompilationContext>
<Authors>Mark Kharitonov</Authors>
</PropertyGroup>
Expand Down

0 comments on commit 2364883

Please sign in to comment.