Skip to content

Commit 1cf95be

Browse files
committed
Re-disabled package validation (can't enable this yet).
1 parent 8396249 commit 1cf95be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!-- Package Validation -->
4141
<PropertyGroup>
4242
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
43-
<EnablePackageValidation>true</EnablePackageValidation>
43+
<EnablePackageValidation>false</EnablePackageValidation> <!-- TODO: Update to true once 16.0.0 is released to NuGet. -->
4444
<PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion>
4545
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4646
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>

0 commit comments

Comments
 (0)