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 8396249 commit 1cf95beCopy full SHA for 1cf95be
Directory.Build.props
@@ -40,7 +40,7 @@
40
<!-- Package Validation -->
41
<PropertyGroup>
42
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
43
- <EnablePackageValidation>true</EnablePackageValidation>
+ <EnablePackageValidation>false</EnablePackageValidation> <!-- TODO: Update to true once 16.0.0 is released to NuGet. -->
44
<PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion>
45
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
46
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
0 commit comments