Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 11c5d6c

Browse files
authored
Update Unicode data to version 11 (#20529)
* Update Unicode data to version 11 * Move CharUnicodeInfoData.cs to the hsared folder * Delete un-needed file * Disable the failed test
1 parent 8939f01 commit 11c5d6c

File tree

5 files changed

+1178
-1248
lines changed

5 files changed

+1178
-1248
lines changed

src/System.Private.CoreLib/System.Private.CoreLib.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@
372372
<Compile Include="$(BclSourcesRoot)\System\Reflection\Metadata\AssemblyExtensions.cs" />
373373
</ItemGroup>
374374
<ItemGroup>
375-
<Compile Include="$(BclSourcesRoot)\System\Globalization\CharUnicodeInfoData.cs" />
376375
<Compile Include="$(BclSourcesRoot)\System\Globalization\CultureInfo.cs" />
377376
<Compile Include="$(BclSourcesRoot)\System\Globalization\GlobalizationMode.cs" />
378377
</ItemGroup>

src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CalendarData.cs" />
160160
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CalendarWeekRule.cs" />
161161
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CalendricalCalculationsHelper.cs" />
162+
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CharUnicodeInfoData.cs" />
162163
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CultureData.cs" />
163164
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\CharUnicodeInfo.cs" />
164165
<Compile Include="$(MSBuildThisFileDirectory)System\Globalization\ChineseLunisolarCalendar.cs" />

0 commit comments

Comments
 (0)