Compare commits

...

2 commits

Author SHA1 Message Date
Marco Carvalho
f16528a7d1
Merge 9672b4ddf9 into df91c4c57a 2024-12-29 03:08:27 -03:00
Marco Carvalho
9672b4ddf9
set "EnforceCodeStyleInBuild" to "true" 2024-12-27 11:17:46 -03:00

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>