This commit is contained in:
Marco Carvalho
2025-01-09 22:14:50 -06:00
committed by GitHub

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>