Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #708 from NReilingh/patch-3
Browse files Browse the repository at this point in the history
corrected missing link
  • Loading branch information
karann-msft committed Dec 17, 2016
2 parents 5bedd16 + 08ab43c commit 152a56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuGet.Docs/ndocs/Schema/project.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Package id corresponds to the id of the package on nuget.org , the same as t

The version constraint of **"5.0.0"** corresponds to the **>= 5.0.0** constraint. This means that if for some reason 5.0.0 is not available on the server and 5.0.1 is, the restore will pick 5.0.1 and warn you about the upgrade. Otherwise restore will pick the lowest possible version on the server matching the constraint which will be 5.0.0.

See [dependency resolution document]() for more details on resolution rules.
See [dependency resolution document](../consume-packages/dependency-resolution) for more details on resolution rules.

## Frameworks

Expand Down Expand Up @@ -116,4 +116,4 @@ Note that it is possible to edit the file, the user is responsible to build the
The `project.lock.json` file is generated in the process of restoring the NuGet packages in projects that use `project.json`. It holds a snapshot of all the information that is generated as NuGet walks the graph of packages and includes the version, contents, and dependencies of all the packages in your project. The build system uses this to choose packages from a global location that are relevant when building the project instead of depending on a local packages folder in the project itself. This results in faster build performance because it's necessary to read only `project.lock.json` instead of many separate `.nuspec` files.

The `project.lock.json` is automatically generated on package restore, so it can be omitted from source control by adding it to `.gitignore` and `.tfignore` files. However, if you include it in source control, the change history will show changes in dependencies resolved over time.


0 comments on commit 152a56e

Please sign in to comment.