set "EnforceCodeStyleInBuild" to "true"

This commit is contained in:
Marco Carvalho 2024-12-27 11:17:46 -03:00 committed by GitHub
parent 9eb273a0f7
commit 9672b4ddf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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