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 010419d commit 963bc0fCopy full SHA for 963bc0f
Directory.Build.props
@@ -27,8 +27,7 @@
27
<!-- Package Validation -->
28
<PropertyGroup>
29
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
30
- <!-- TODO (V15): Re-enable when 15.0.0 is released. -->
31
- <EnablePackageValidation>false</EnablePackageValidation>
+ <EnablePackageValidation>true</EnablePackageValidation>
32
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
33
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
34
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
0 commit comments