Skip to content

Commit

Permalink
Remove Formatting.Common for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan committed May 9, 2023
1 parent 8387024 commit bcc70e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions src/libraries/Common/src/System/Number.Formatting.Common.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1332,9 +1332,6 @@
<Compile Include="$(CommonPath)System\NotImplemented.cs">
<Link>Common\System\NotImplemented.cs</Link>
</Compile>
<Compile Include="$(CommonPath)System\Number.Formatting.Common.cs">
<Link>System\Number.Formatting.Common.cs</Link>
</Compile>
<Compile Include="$(CommonPath)System\Number.NumberBuffer.cs">
<Link>System\Number.NumberBuffer.cs</Link>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
Link="CoreLib\System\Text\ValueStringBuilder.cs" />
<Compile Include="$(CommonPath)System\HexConverter.cs"
Link="Common\System\HexConverter.cs" />
<Compile Include="$(CommonPath)System\Number.Formatting.Common.cs"
Link="Common\System\Number.Formatting.Common.cs" />
<Compile Include="$(CommonPath)System\Number.NumberBuffer.cs"
Link="Common\System\Number.NumberBuffer.cs" />
<Compile Include="$(CommonPath)System\Number.Parsing.Common.cs"
Expand Down

0 comments on commit bcc70e3

Please sign in to comment.