summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMirth Hickford <mirth.hickford@gmail.com>2015-11-20 10:53:15 +0000
committerMirth Hickford <mirth.hickford@gmail.com>2015-11-20 10:53:15 +0000
commit5a3a3e69a5394934db72f396ece7e76edb2f1590 (patch)
treec92b367c0eb4d1465d88306d39510ea6d2470805 /README.md
parent227abcd8ca79fa0b0b5d4238e11c99a419f3f510 (diff)
downloadcoreclr-5a3a3e69a5394934db72f396ece7e76edb2f1590.tar.gz
coreclr-5a3a3e69a5394934db72f396ece7e76edb2f1590.tar.bz2
coreclr-5a3a3e69a5394934db72f396ece7e76edb2f1590.zip
Update README.md
Link to CoreFX repo
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 39d5919de5..3ac90c80b4 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
------------