Skip to content

Commit

Permalink
Update .csproj for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jan 2, 2022
1 parent ee41ed4 commit bf4ff6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scissorhands.Web/Scissorhands.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="dotnet run --project &quot;$(SolutionDir)src\Scissorhands.RouteGenerator\Scissorhands.RouteGenerator.csproj&quot; --verbosity quiet --" />
<Exec Command="dotnet run --project &quot;$(SolutionDir)src/Scissorhands.RouteGenerator/Scissorhands.RouteGenerator.csproj&quot; --verbosity quiet --" />
</Target>

</Project>

0 comments on commit bf4ff6b

Please sign in to comment.