diff options
author | Mirth Hickford <mirth.hickford@gmail.com> | 2015-11-20 10:53:15 +0000 |
---|---|---|
committer | Mirth Hickford <mirth.hickford@gmail.com> | 2015-11-20 10:53:15 +0000 |
commit | 5a3a3e69a5394934db72f396ece7e76edb2f1590 (patch) | |
tree | c92b367c0eb4d1465d88306d39510ea6d2470805 /README.md | |
parent | 227abcd8ca79fa0b0b5d4238e11c99a419f3f510 (diff) | |
download | coreclr-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------------ |