Skip to content

Commit 336c50b

Browse files
committed
Update test site CMS version to support icon registry improvements
1 parent 3b7ccf5 commit 336c50b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Umbraco.Cms.Integrations.Testsite.V14/Umbraco.Cms.Integrations.Testsite.V14.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="14.0.0" />
9+
<PackageReference Include="Umbraco.Cms" Version="14.2.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>
1313
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
1414
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
1515
<ProjectReference Include="..\Umbraco.Cms.Integrations.Crm.ActiveCampaign\Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj" />
16-
<ProjectReference Include="..\Umbraco.Cms.Integrations.Crm.Hubspot\Umbraco.Cms.Integrations.Crm.Hubspot.csproj" />
17-
<ProjectReference Include="..\Umbraco.Cms.Integrations.Search.Algolia\Umbraco.Cms.Integrations.Search.Algolia.csproj" />
1816
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="72.1.0.3" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
1917
</ItemGroup>
2018

0 commit comments

Comments
 (0)