Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2016-09-01 20:06:23 +0300
committerGitHub <noreply@github.com>2016-09-01 20:06:23 +0300
commit8e2369745f2210e210ba78700fde54acd8843218 (patch)
treeea0875b76b25603e3ef1101a4950fdd8d783edae /Documentation
parent022a8c2088582c3175e7aee4ad4c97c3cea58a28 (diff)
Consumes API design doc
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/consumes-api.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/project-docs/consumes-api.md b/Documentation/project-docs/consumes-api.md
new file mode 100644
index 0000000000..ae8a5587cd
--- /dev/null
+++ b/Documentation/project-docs/consumes-api.md
@@ -0,0 +1,8 @@
+[Consumes API specification](https://github.com/dotnet/buildtools/blob/master/Documentation/RepoCompose.md#consumes-1)
+
+In CoreFx, we'll be using the RepoUtil tool to generate consumes data. RepoUtil examines all of the repo's project.json
+files to determine external dependencies.
+
+We have a lot of differing package dependency versions on libraries in our tree (ie test-runtime, ref assembly packages,
+implementation packages, etc...), for now we will baseline these in the "fixedPackages" section of the RepoData.json file
+but we should try to think about how to merge our "[StableVersions](https://github.com/dotnet/corefx/blob/master/pkg/Microsoft.Private.PackageBaseline/packageIndex.json)" msbuild file witht his to remove the redundancy.