Skip to content

Commit 69608f8

Browse files
Re-enable package validation
1 parent 23a083a commit 69608f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
<!-- Package Validation -->
2929
<PropertyGroup>
3030
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
31-
<!-- TODO (V14): Re-enable when 14 is released. -->
32-
<EnablePackageValidation>false</EnablePackageValidation>
31+
<EnablePackageValidation>true</EnablePackageValidation>
3332
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
3433
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3534
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>

0 commit comments

Comments
 (0)