Skip to content

Commit

Permalink
turn on strict package validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Dec 27, 2023
1 parent e41dbac commit 6123236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Maui.DataGrid/Maui.DataGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<EnablePackageValidation>true</EnablePackageValidation>
<EnableStrictModeForBaselineValidation>true</EnableStrictModeForBaselineValidation>
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
<CompatibilitySuppressionFilePath>ApiCompatSuppressions.xml</CompatibilitySuppressionFilePath>
<Title>Maui.DataGrid</Title>
Expand Down Expand Up @@ -52,4 +53,9 @@
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
<ItemGroup>
<None Update="CompatibilitySuppressions.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 6123236

Please sign in to comment.