summaryrefslogtreecommitdiff
path: root/src/build.proj
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2018-05-08 20:30:54 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-08 20:30:54 -0700
commit85374ceaed177f71472cc4c23c69daf7402e5048 (patch)
treec8cf93827b59f7121a3a702521862917217ab3cf /src/build.proj
parentbaf64be6d069c842c0f4df3cae376c5a14ec1ab0 (diff)
downloadcoreclr-85374ceaed177f71472cc4c23c69daf7402e5048.tar.gz
coreclr-85374ceaed177f71472cc4c23c69daf7402e5048.tar.bz2
coreclr-85374ceaed177f71472cc4c23c69daf7402e5048.zip
Rename mscorlib to System.Private.Corelib (#17926)
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905
Diffstat (limited to 'src/build.proj')
-rw-r--r--src/build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.proj b/src/build.proj
index fce6571717..167172bb01 100644
--- a/src/build.proj
+++ b/src/build.proj
@@ -4,7 +4,7 @@
<!-- List the projects that need to be built -->
<ItemGroup>
<Project Condition="$(SkipSOS) != 'true'" Include="ToolBox\SOS\NETCore\SOS.NETCore.csproj" />
- <Project Include="mscorlib\System.Private.CoreLib.csproj" />
+ <Project Include="System.Private.CoreLib\System.Private.CoreLib.csproj" />
</ItemGroup>
<Import Project="..\dir.targets" />