Skip to content

Commit

Permalink
Add back package validation (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick authored Jan 8, 2024
1 parent 92da92e commit 9d3e1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<PropertyGroup>
<EnablePackageValidation>true</EnablePackageValidation>
<!--Update once v3.0 ships-->
<!--<PackageValidationBaselineVersion>2.18.0</PackageValidationBaselineVersion>-->
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
</PropertyGroup>

<ItemGroup Condition="$(IsFramework)">
Expand Down

0 comments on commit 9d3e1fe

Please sign in to comment.