summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-11-20 16:34:14 -0800
committerJan Kotas <jkotas@microsoft.com>2015-11-20 16:34:14 -0800
commit76196b92c4e4073f1a224d5a266d13d1a4b5c0b5 (patch)
treea81552e62b5042692a65cc29225e27d4ed634f74 /README.md
parent0c298728a425b48c17b87f00211bd2bf368ec370 (diff)
parent5a3a3e69a5394934db72f396ece7e76edb2f1590 (diff)
downloadcoreclr-76196b92c4e4073f1a224d5a266d13d1a4b5c0b5.tar.gz
coreclr-76196b92c4e4073f1a224d5a266d13d1a4b5c0b5.tar.bz2
coreclr-76196b92c4e4073f1a224d5a266d13d1a4b5c0b5.zip
Merge pull request #2117 from hickford/patch-1
Add link from readme to CoreFX
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86c37b0238..ca501304c5 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
The CoreCLR repo contains the complete runtime implementation for [.NET Core](http://github.com/dotnet/core). It includes RyuJIT, the .NET GC, native interop and many other components. It is cross-platform, with multiple OS and CPU ports in progress.
+Note that the library implementation CoreFX (System.Collections, System.IO, System.Xml and so on) lives in another repo [dotnet/corefx](https://github.com/dotnet/corefx).
+
Build Status
------------