Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaCross authored Dec 21, 2022
1 parent ba51c80 commit 81672a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Root/WebSite/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>

<!-- Build the JS files before building the backend -->
<Target Name="GulpBuild" BeforeTargets="PostBuildEvent" >
<Message Text="GULP run-eslint" Importance="high"/>
<Exec Command="npm run eslint" />
</Target>
</Project>
</Project>

0 comments on commit 81672a7

Please sign in to comment.