We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb1518 commit f3ef5a4Copy full SHA for f3ef5a4
Directory.Build.props
@@ -29,8 +29,7 @@
29
<!-- Package Validation -->
30
<PropertyGroup>
31
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
32
- <!-- TODO (V14): Re-enable when 14 is released. -->
33
- <EnablePackageValidation>false</EnablePackageValidation>
+ <EnablePackageValidation>true</EnablePackageValidation>
34
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
35
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
36
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
0 commit comments