Skip to content

Commit 963bc0f

Browse files
Re-enable package validation
1 parent 010419d commit 963bc0f

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
@@ -27,8 +27,7 @@
2727
<!-- Package Validation -->
2828
<PropertyGroup>
2929
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
30-
<!-- TODO (V15): Re-enable when 15.0.0 is released. -->
31-
<EnablePackageValidation>false</EnablePackageValidation>
30+
<EnablePackageValidation>true</EnablePackageValidation>
3231
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
3332
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3433
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>

0 commit comments

Comments
 (0)