Set "EnforceCodeStyleInBuild" to "true" #453

Closed
marco-carvalho wants to merge 1 commits from patch-1 into master

View File

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