Skip to content

Commit 1989f23

Browse files
committed
Handled package validation
1 parent 576cada commit 1989f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
<!-- NuGet packages lock -->
2323
<PropertyGroup>
24-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
24+
<EnablePackageValidation>true</EnablePackageValidation>
25+
<!-- TODO (V12): When 12.0.0 is released, update the below to that version and remove all CompatibilitySuppressions.xml files. -->
26+
<PackageValidationBaselineVersion>11.0.1</PackageValidationBaselineVersion>
2527
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
2628
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
2729
</PropertyGroup>

0 commit comments

Comments
 (0)