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

Commit 04de4be

Browse files
committed
Move String.Comparison.cs to shared CoreLib partition (#17247)
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent 175984f commit 04de4be

File tree

2 files changed

+1012
-0
lines changed

2 files changed

+1012
-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
@@ -495,6 +495,7 @@
495495
<Compile Include="$(MSBuildThisFileDirectory)System\SpanHelpers.Char.cs" />
496496
<Compile Include="$(MSBuildThisFileDirectory)System\SpanHelpers.T.cs" />
497497
<Compile Include="$(MSBuildThisFileDirectory)System\String.cs" />
498+
<Compile Include="$(MSBuildThisFileDirectory)System\String.Comparison.cs" />
498499
<Compile Include="$(MSBuildThisFileDirectory)System\String.Manipulation.cs" />
499500
<Compile Include="$(MSBuildThisFileDirectory)System\String.Searching.cs" />
500501
<Compile Include="$(MSBuildThisFileDirectory)System\StackOverflowException.cs" />

0 commit comments

Comments
 (0)