File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
build/templates/UmbracoProject Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
<DefaultItemExcludes >$(DefaultItemExcludes);wwwroot/media/**;</DefaultItemExcludes >
9
9
</PropertyGroup >
10
10
11
+ <!-- Force windows to use ICU. Otherwise Windows 10 2019H1+ will do it, but older windows 10 and most if not all winodws servers will run NLS -->
12
+ <ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
13
+ <PackageReference Include =" Microsoft.ICU.ICU4C.Runtime" Version =" 68.2.0.6" />
14
+ <RuntimeHostConfigurationOption Include =" System.Globalization.AppLocalIcu" Value =" 68.2" />
15
+ </ItemGroup >
16
+
11
17
<ItemGroup >
12
18
<PackageReference Include =" Umbraco.Cms" Version =" UMBRACO_VERSION_FROM_TEMPLATE" />
13
19
<PackageReference Include =" Umbraco.Cms.SqlCe" Version =" UMBRACO_VERSION_FROM_TEMPLATE" Condition =" '$(UseSqlCe)' == 'true'" />
You can’t perform that action at this time.
0 commit comments