summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-08 22:12:22 -0700
committerGitHub <noreply@github.com>2017-04-08 22:12:22 -0700
commit2abc645b6bb9ab4ce18c25aa93016dae38343a36 (patch)
tree79f3fa9a7e7f7253b0d7cce867ad14f1423a49b6 /Documentation
parenta2a631bdc30948dc528c130c4c3e142400d5125a (diff)
downloadcoreclr-2abc645b6bb9ab4ce18c25aa93016dae38343a36.tar.gz
coreclr-2abc645b6bb9ab4ce18c25aa93016dae38343a36.tar.bz2
coreclr-2abc645b6bb9ab4ce18c25aa93016dae38343a36.zip
Delete reference to model.xml since it no longer exists (#10827)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/adding_new_public_apis.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/project-docs/adding_new_public_apis.md b/Documentation/project-docs/adding_new_public_apis.md
index 289ba7de77..cca5095078 100644
--- a/Documentation/project-docs/adding_new_public_apis.md
+++ b/Documentation/project-docs/adding_new_public_apis.md
@@ -9,7 +9,6 @@ Many of the CoreFX libraries type-forward their public APIs to the implementatio
**Staging the changes**
Make the changes to CoreCLR, including System.Private.CoreLib
-- Update `coreclr/src/mscorlib/model.xml` with the new APIs. APIs that are not listed in this file will be stripped out prior to publishing.
- Merge the changes
- Wait for a new System.Private.CoreLib to be published. Check the latest published version [here](https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.TargetingPack.Private.CoreCLR).