diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-03-08 11:52:24 -0600 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-03-10 09:21:00 -0600 |
commit | c134e7cd3862101634ff0b67c0bed10780b52d11 (patch) | |
tree | fc21b87d077c1e05a801686a609bd8705ffacddd /Documentation/README.md | |
parent | a6b58c35d0652f49194782a80a7c5a63d432a9ff (diff) | |
download | coreclr-c134e7cd3862101634ff0b67c0bed10780b52d11.tar.gz coreclr-c134e7cd3862101634ff0b67c0bed10780b52d11.tar.bz2 coreclr-c134e7cd3862101634ff0b67c0bed10780b52d11.zip |
Add documentation for dependency validation.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index b207477471..7cdba870a0 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -31,6 +31,7 @@ Project Docs - [Performance Guidelines](project-docs/performance-guidelines.md) - [Garbage Collector Guidelines](project-docs/garbage-collector-guidelines.md) - [Adding new public APIs to mscorlib](project-docs/adding_new_public_apis.md) +- [Project NuGet Dependencies](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/project-nuget-dependencies.md) Coding Guidelines ================= |