Skip to content

Commit 81672a7

Browse files
authored
Update Directory.Build.props
1 parent ba51c80 commit 81672a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Root/WebSite/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
44

55
<PropertyGroup>
6-
<TargetFrameworks>net5.0</TargetFrameworks>
6+
<TargetFrameworks>net6.0</TargetFrameworks>
77
</PropertyGroup>
88

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

0 commit comments

Comments
 (0)