Skip to content

Commit 0e71de1

Browse files
Update dependencies (CMS 13.0.0-rc5)
1 parent 793939b commit 0e71de1

File tree

6 files changed

+835
-1486
lines changed

6 files changed

+835
-1486
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
77
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" />
88
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" />
9-
<GlobalPackageReference Include="Umbraco.Code" Version="2.0.0" />
9+
<GlobalPackageReference Include="Umbraco.Code" Version="2.1.0" />
1010
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1111
</ItemGroup>
1212
<PropertyGroup>
13-
<UmbracoCmsPackageVersion>[13.0.0-rc2, 14)</UmbracoCmsPackageVersion>
13+
<UmbracoCmsPackageVersion>[13.0.0-rc5, 14)</UmbracoCmsPackageVersion>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
17-
<PackageVersion Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.0.1" />
17+
<PackageVersion Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.0" />
1818
<PackageVersion Include="Umbraco.Cms.Imaging.ImageSharp" Version="$(UmbracoCmsPackageVersion)" />
1919
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="$(UmbracoCmsPackageVersion)" />
2020
</ItemGroup>

examples/Umbraco.StorageProviders.AzureBlob.TestSite/Umbraco.StorageProviders.AzureBlob.TestSite.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="13.0.0-rc2" />
10-
<PackageReference Include="Umbraco.TheStarterKit" Version="12.0.0" />
9+
<PackageReference Include="Umbraco.Cms" Version="13.0.0-rc5" />
10+
<PackageReference Include="Umbraco.TheStarterKit" Version="13.0.0-rc" />
1111
</ItemGroup>
1212

1313
<Import Project="..\..\src\Umbraco.StorageProviders\buildTransitive\Umbraco.StorageProviders.props" />
@@ -20,8 +20,8 @@
2020

2121
<ItemGroup>
2222
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
23-
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.1" />
24-
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="72.1.0.1" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
23+
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
24+
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="72.1.0.3" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
2525
</ItemGroup>
2626

2727
<PropertyGroup>

0 commit comments

Comments
 (0)