Skip to content

Commit 9bb8a05

Browse files
author
Kraig Brockschmidt
committed
Correcting table
1 parent 4dcc946 commit 9bb8a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/packages-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The schema is simple: following the standard XML header is a single `<packages>`
3838

3939
| Attribute | Required | Description |
4040
| --- | --- | --- |
41-
| id | Yes | |The identifier of the package, such as Newtonsoft.json or Microsoft.AspNet.Mvc. |
41+
| id | Yes | The identifier of the package, such as Newtonsoft.json or Microsoft.AspNet.Mvc. |
4242
| version | Yes | The exact version of the package to install, such as 3.1.1 or 4.2.5.11-beta. A version string must have at least three numbers; a fourth is optional, as is a pre-release suffix. Ranges are not allowed. |
4343
| targetFramework | No | The [target framework moniker (TFM)](Target-Frameworks.md) to apply when installing the package. This is initially set to the project's target when a package is installed. As a result, different `<package>` elements can have different TFMs. For example, if you create a project targeting .NET 4.5.2, packages installed at that point will use the TFM of net452. If you ;later retarget the project to .NET 4.6 and add more packages, those will use TFM of net46. A mismatch between the project's target and `targetFramework` attributes will generate warnings, in which case you can reinstall the affected packages. |
4444
| allowedVersions | No | A range of allowed versions for this package in case the specific value in `version` cannot be found. |

0 commit comments

Comments
 (0)