Skip to content

Commit e464b3b

Browse files
committed
Upgrade to v16-rc
1 parent cfc7ca8 commit e464b3b

File tree

21 files changed

+10812
-71694
lines changed

21 files changed

+10812
-71694
lines changed

samples/UmbracoTestSite/UmbracoTestSite.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Umbraco.Cms" Version="15.0.0" />
12-
<PackageReference Include="NewsletterStudio" Version="15.0.0" />
11+
<PackageReference Include="Umbraco.Cms" Version="16.0.0-rc3" />
12+
<PackageReference Include="NewsletterStudio" Version="16.0.0-rc1" />
13+
<PackageReference Include="Umbraco.Forms" Version="16.0.0-rc1" />
1314
</ItemGroup>
1415

1516
<ItemGroup>
1617
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
1718
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
18-
<PackageReference Include="Umbraco.Forms" Version="15.0.3" />
1919
<ProjectReference Include="..\..\src\NewsletterStudio.Plugins.UmbracoForms\NewsletterStudio.Plugins.UmbracoForms.csproj" />
2020
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="72.1.0.3" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
2121
</ItemGroup>

0 commit comments

Comments
 (0)