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 23a083a commit 69608f8Copy full SHA for 69608f8
Directory.Build.props
@@ -28,8 +28,7 @@
28
<!-- Package Validation -->
29
<PropertyGroup>
30
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
31
- <!-- TODO (V14): Re-enable when 14 is released. -->
32
- <EnablePackageValidation>false</EnablePackageValidation>
+ <EnablePackageValidation>true</EnablePackageValidation>
33
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
34
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
35
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
0 commit comments