File tree Expand file tree Collapse file tree 4 files changed +3
-6810
lines changed
Umbraco.Cloud.StorageProviders.AzureBlob.Core
Umbraco.Cloud.StorageProviders.AzureBlob.ImageSharp
Umbraco.Cloud.StorageProviders.AzureBlob Expand file tree Collapse file tree 4 files changed +3
-6810
lines changed Original file line number Diff line number Diff line change 19
19
<WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
20
20
</PropertyGroup >
21
21
22
- <!-- NuGet packages lock -->
23
- <PropertyGroup >
24
- <DisableImplicitNuGetFallbackFolder >true</DisableImplicitNuGetFallbackFolder >
25
- <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
26
- <DefaultItemExcludes >$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes >
27
- </PropertyGroup >
28
-
29
22
<!-- SourceLink -->
30
23
<PropertyGroup >
31
24
<PublishRepositoryUrl >true</PublishRepositoryUrl >
36
29
<!-- Package Validation -->
37
30
<PropertyGroup >
38
31
<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 >
41
35
<EnableStrictModeForCompatibleFrameworksInPackage >true</EnableStrictModeForCompatibleFrameworksInPackage >
42
36
<EnableStrictModeForCompatibleTfms >true</EnableStrictModeForCompatibleTfms >
43
37
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments