2025-05-07 23:54:46 -05:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-05-21 14:33:03 -05:00
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
2025-05-07 23:54:46 -05:00
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<AnalysisLevel>latest</AnalysisLevel>
|
|
|
|
|
<AnalysisMode>All</AnalysisMode>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
|
|
|
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|