Skip to content

Commit 8c69db6

Browse files
Merge branch 'main' into develop
2 parents 0621962 + 3344c42 commit 8c69db6

File tree

5 files changed

+4
-6781
lines changed

5 files changed

+4
-6781
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>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1010
</ItemGroup>
1111
<PropertyGroup>
12-
<UmbracoStorageProvidersPackageVersion>[14.0.0-rc1, 15)</UmbracoStorageProvidersPackageVersion>
12+
<UmbracoStorageProvidersPackageVersion>[14.0.0, 15)</UmbracoStorageProvidersPackageVersion>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageVersion Include="Umbraco.StorageProviders.AzureBlob" Version="$(UmbracoStorageProvidersPackageVersion)" />

0 commit comments

Comments
 (0)