Skip to content

Commit

Permalink
consistent casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Mar 24, 2024
1 parent 9e89411 commit b84936e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Maui.DataGrid/Maui.DataGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Features>strict</Features>
<Deterministic>true</Deterministic>
<WarningLevel>9999</WarningLevel>
<AnalysisLevel>latest-all</AnalysisLevel>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<EnablePackageValidation>true</EnablePackageValidation>
<EnableStrictModeForBaselineValidation>true</EnableStrictModeForBaselineValidation>
<PackageValidationBaselineVersion>4.0.1</PackageValidationBaselineVersion>
Expand Down

0 comments on commit b84936e

Please sign in to comment.