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 bd023d7 commit a92c67bCopy full SHA for a92c67b
Directory.Build.props
@@ -32,8 +32,8 @@
32
33
<!-- Package validation -->
34
<PropertyGroup>
35
- <EnablePackageValidation>false</EnablePackageValidation>
36
- <PackageValidationBaselineVersion>12.0.0</PackageValidationBaselineVersion>
+ <EnablePackageValidation>true</EnablePackageValidation>
+ <PackageValidationBaselineVersion>13.0.0</PackageValidationBaselineVersion>
37
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
38
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
39
</PropertyGroup>
0 commit comments