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

Commit 2f67c07

Browse files
alexperovichsafern
authored andcommitted
Move DateTime to shared partition (dotnet/coreclr#10460)
* Move DateTime to shared partition Depends on #17484 * Use CoreCLR specific impl of UtcNow on windows * Use the internal call on unix as well * Port good corert changes Signed-off-by: dotnet-bot-corefx-mirror <[email protected]>
1 parent 9f67f7d commit 2f67c07

File tree

2 files changed

+1531
-0
lines changed

2 files changed

+1531
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<Compile Include="$(MSBuildThisFileDirectory)System\ComponentModel\EditorBrowsableAttribute.cs"/>
109109
<Compile Include="$(MSBuildThisFileDirectory)System\Convert.cs"/>
110110
<Compile Include="$(MSBuildThisFileDirectory)System\DataMisalignedException.cs"/>
111+
<Compile Include="$(MSBuildThisFileDirectory)System\DateTime.cs"/>
111112
<Compile Include="$(MSBuildThisFileDirectory)System\DateTimeKind.cs"/>
112113
<Compile Include="$(MSBuildThisFileDirectory)System\DayOfWeek.cs"/>
113114
<Compile Include="$(MSBuildThisFileDirectory)System\DBNull.cs"/>

0 commit comments

Comments
 (0)