Skip to content

Commit 4dcc946

Browse files
author
Kraig Brockschmidt
committed
Better intro
1 parent 7f5c640 commit 4dcc946

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Schema/packages-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ ms.reviewer:
3030

3131
# packages.config reference
3232

33-
The `packages.config` is used in some project types to maintain the list of packages referenced by the project.
33+
The `packages.config` file is used in some project types to maintain the list of packages referenced by the project. This allows NuGet to easily restore the project's dependencies when the project to be transported to a different machine, such as a build server, without all those packages.
34+
35+
## Schema
3436

3537
The schema is simple: following the standard XML header is a single `<packages>` node that contains one or more `<package>` elements, one for each reference. Each `<package>` element can have the following attributes:
3638

0 commit comments

Comments
 (0)