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

Commit ec9440f

Browse files
committed
Move BitConverter to System.Runtime.Extensions partial facade
1 parent ba4a4ec commit ec9440f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/System.Runtime.Extensions/src/System.Runtime.Extensions.CoreCLR.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121

2222
<ItemGroup>
2323
<Compile Include="System\Diagnostics\Stopwatch.cs" />
24-
<Compile Include="System\Runtime\Versioning\FrameworkName.cs" />
24+
<Compile Include="System\BitConverter.cs" />
25+
<Compile Include="System\IO\LowLevelTextWriter.cs" />
26+
<Compile Include="System\IO\LowLevelStringWriter.cs" />
2527
<Compile Include="System\Net\WebUtility.cs" />
2628
<Compile Include="System\Net\Configuration\UnicodeDecodingConformance.cs" />
2729
<Compile Include="System\Net\Configuration\UnicodeEncodingConformance.cs" />
28-
<Compile Include="System\IO\LowLevelTextWriter.cs" />
29-
<Compile Include="System\IO\LowLevelStringWriter.cs" />
30+
<Compile Include="System\Runtime\Versioning\FrameworkName.cs" />
3031
</ItemGroup>
3132

3233
<ItemGroup>

0 commit comments

Comments
 (0)