File tree Expand file tree Collapse file tree 3 files changed +3
-5635
lines changed
src/Umbraco.Deploy.Contrib
tests/Umbraco.Deploy.Contrib.Tests Expand file tree Collapse file tree 3 files changed +3
-5635
lines changed Original file line number Diff line number Diff line change 17
17
<WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
18
18
</PropertyGroup >
19
19
20
- <!-- NuGet packages lock -->
21
- <PropertyGroup >
22
- <DisableImplicitNuGetFallbackFolder >true</DisableImplicitNuGetFallbackFolder >
23
- <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
24
- <DefaultItemExcludes >$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes >
25
- </PropertyGroup >
26
-
27
20
<!-- SourceLink -->
28
21
<PropertyGroup >
29
22
<PublishRepositoryUrl >true</PublishRepositoryUrl >
34
27
<!-- Package Validation -->
35
28
<PropertyGroup >
36
29
<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 >
39
33
<EnableStrictModeForCompatibleFrameworksInPackage >true</EnableStrictModeForCompatibleFrameworksInPackage >
40
34
<EnableStrictModeForCompatibleTfms >true</EnableStrictModeForCompatibleTfms >
41
35
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments