Skip to content

Commit 916c0af

Browse files
committed
Feedback
1 parent 09c2acf commit 916c0af

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

docs/consume-packages/Central-Package-Management.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,7 @@ While managing dependencies for a single project is straightforward, it becomes
1414

1515
If you manage common dependencies for many different projects, you can leverage NuGet's Central Package Management (CPM) features to do all of this from a single, central location.
1616

17-
Historically, NuGet package dependencies have been managed in one of two ways:
18-
19-
- `packages.config` – An XML file used in older project types to maintain the list of packages referenced by the project.
20-
- `<PackageReference />` – An XML element in MSBuild project files that defines NuGet package dependencies.
21-
22-
Starting with [NuGet 6.2](../release-notes/NuGet-6.2.md), you can centrally manage your dependencies in your projects with the addition of a `Directory.Packages.props` file and an MSBuild property.
23-
24-
This feature is available across all NuGet-integrated tooling, starting with the following versions:
25-
26-
* [Visual Studio 2022 17.2](https://visualstudio.microsoft.com/downloads/)
27-
* [.NET SDK 6.0.300](https://dotnet.microsoft.com/download/dotnet/6.0)
28-
* [nuget.exe 6.2.0](https://www.nuget.org/downloads)
29-
30-
Older tooling will ignore Central Package Management configurations and features.
31-
To use this feature to the fullest extent, ensure all your build environments use the latest compatible tooling versions.
32-
33-
Central Package Management applies to all `<PackageReference>`-based MSBuild projects (including [legacy CSPROJ](https://github.com/dotnet/project-system/blob/main/docs/feature-comparison.md)) as long as compatible tooling is used.
17+
Central Package Management applies to all `<PackageReference>`-based MSBuild projects (including [legacy CSPROJ](https://github.com/dotnet/project-system/blob/main/docs/feature-comparison.md)).
3418

3519
## Enabling Central Package Management
3620

0 commit comments

Comments
 (0)