set "EnforceCodeStyleInBuild" to "true"

This commit is contained in:
Marco Carvalho 2024-12-27 11:17:46 -03:00
parent 850df38f1e
commit 57dfc2cd01

View file

@ -2,5 +2,6 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
</Project>