Skip to content

Commit 4d1a2b0

Browse files
Remove NuGet packages lock and disable package validation
1 parent 61ef925 commit 4d1a2b0

File tree

3 files changed

+3
-5635
lines changed

3 files changed

+3
-5635
lines changed

Directory.Build.props

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

20-
<!-- NuGet packages lock -->
21-
<PropertyGroup>
22-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
23-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
24-
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
25-
</PropertyGroup>
26-
2720
<!-- SourceLink -->
2821
<PropertyGroup>
2922
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -34,8 +27,9 @@
3427
<!-- Package Validation -->
3528
<PropertyGroup>
3629
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
37-
<EnablePackageValidation>true</EnablePackageValidation>
38-
<PackageValidationBaselineVersion>13.0.0</PackageValidationBaselineVersion>
30+
<!-- TODO (V14): Re-enable when 14 is released. -->
31+
<EnablePackageValidation>false</EnablePackageValidation>
32+
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
3933
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4034
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4135
</PropertyGroup>

0 commit comments

Comments
 (0)