diff options
author | Richard Lander <rlander@microsoft.com> | 2015-09-14 21:45:44 -0700 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-09-14 21:45:44 -0700 |
commit | 2c655822e3e26f9f3edea50ac8f4d4c91873a5bf (patch) | |
tree | bc5d72053b2045333a7d3edf004f8e2259783e8d /README.md | |
parent | 98c63c1612b2635a40d9a719c1505e0ad4bef08a (diff) | |
download | coreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.tar.gz coreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.tar.bz2 coreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.zip |
Add link to .NET Core Roadmap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ Learn about CoreCLR and .NET Core The best ways to learn about CoreCLR are to try out the product instructions and to read the "Book of the Runtime" architecture documents that describe the inner workings of the product. New devs to the CLR team are encouraged to read these documents before making substative changes to the product. They are equally useful for open source contributors. +- [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md) - [Product instructions](Documentation/README.md) - [Introduction to the Common Language Runtime](Documentation/botr/intro-to-clr.md) - [Book of the Runtime](Documentation/README.md#book-of-the-runtime) |