summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2019-03-10 00:55:43 +0300
committerJan Kotas <jkotas@microsoft.com>2019-03-09 13:55:43 -0800
commit526c32c221192cd5876239b2d72c68d1ba0c40c3 (patch)
tree9b7d2f99a62bc9cf1d156e2a1d7b62bf6596813b /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent81e2f5008826cf8ea7cc51d0cb9fa711e1259506 (diff)
downloadcoreclr-526c32c221192cd5876239b2d72c68d1ba0c40c3.tar.gz
coreclr-526c32c221192cd5876239b2d72c68d1ba0c40c3.tar.bz2
coreclr-526c32c221192cd5876239b2d72c68d1ba0c40c3.zip
Move Buffer to shared (#23157)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 836eb00fe9..384babf674 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -122,7 +122,7 @@
<Compile Include="$(BclSourcesRoot)\System\Array.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Attribute.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\BadImageFormatException.CoreCLR.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Buffer.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Buffer.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\CLRConfig.cs" />
<Compile Include="$(BclSourcesRoot)\System\Collections\EmptyReadOnlyDictionaryInternal.cs" />
<Compile Include="$(BclSourcesRoot)\System\Collections\Generic\ArraySortHelper.CoreCLR.cs" />