We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba51c80 commit 81672a7Copy full SHA for 81672a7
1 file changed
Root/WebSite/Directory.Build.props
@@ -3,12 +3,12 @@
3
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
4
5
<PropertyGroup>
6
- <TargetFrameworks>net5.0</TargetFrameworks>
+ <TargetFrameworks>net6.0</TargetFrameworks>
7
</PropertyGroup>
8
9
<!-- Build the JS files before building the backend -->
10
<Target Name="GulpBuild" BeforeTargets="PostBuildEvent" >
11
<Message Text="GULP run-eslint" Importance="high"/>
12
<Exec Command="npm run eslint" />
13
</Target>
14
-</Project>
+</Project>
0 commit comments