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 576cada commit 1989f23Copy full SHA for 1989f23
Directory.Build.props
@@ -21,7 +21,9 @@
21
22
<!-- NuGet packages lock -->
23
<PropertyGroup>
24
- <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
+ <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>
27
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
28
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
29
</PropertyGroup>
0 commit comments