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