Skip to content

Commit 7defdb7

Browse files
Remove NuGet packages lock and disable package validation
1 parent a8ed78e commit 7defdb7

File tree

4 files changed

+3
-6810
lines changed

4 files changed

+3
-6810
lines changed

Directory.Build.props

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
2020
</PropertyGroup>
2121

22-
<!-- NuGet packages lock -->
23-
<PropertyGroup>
24-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
25-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
26-
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
27-
</PropertyGroup>
28-
2922
<!-- SourceLink -->
3023
<PropertyGroup>
3124
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -36,8 +29,9 @@
3629
<!-- Package Validation -->
3730
<PropertyGroup>
3831
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
39-
<EnablePackageValidation>true</EnablePackageValidation>
40-
<PackageValidationBaselineVersion>13.0.0</PackageValidationBaselineVersion>
32+
<!-- TODO (V14): Re-enable when 14 is released. -->
33+
<EnablePackageValidation>false</EnablePackageValidation>
34+
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
4135
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4236
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4337
</PropertyGroup>

0 commit comments

Comments
 (0)