Skip to content

Commit 519fdb5

Browse files
Re-enable package validation
1 parent 5fb8290 commit 519fdb5

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
@@ -29,8 +29,7 @@
2929
<!-- Package Validation -->
3030
<PropertyGroup>
3131
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
32-
<!-- TODO (V15): Re-enable when 15 is released. -->
33-
<EnablePackageValidation>false</EnablePackageValidation>
32+
<EnablePackageValidation>true</EnablePackageValidation>
3433
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
3534
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3635
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>

0 commit comments

Comments
 (0)