From 65e02adb4e4985cd4d169cf1834b54c5e2606ab8 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Thu, 14 Mar 2024 11:42:00 -0700 Subject: [PATCH] Update README.md to remove CentralPackageVersions Signed-off-by: Jeff Kluge --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7d805c5..7c31520 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,6 @@ The MSBuild project SDKs are used to configure and extend your build. Supports creating traversal projects which are MSBuild projects that indicate what projects to include when building your tree. For large project trees, they are replacements for Visual Studio solution files. -### [Microsoft.Build.CentralPackageVersions](src/CentralPackageVersions) -[![NuGet](https://img.shields.io/nuget/v/Microsoft.Build.CentralPackageVersions.svg)](https://www.nuget.org/packages/Microsoft.Build.CentralPackageVersions) - [![NuGet](https://img.shields.io/nuget/dt/Microsoft.Build.CentralPackageVersions.svg)](https://www.nuget.org/packages/Microsoft.Build.CentralPackageVersions) - -Supports centrally managing NuGet package versions in a code base. Also allows adding global package references to all projects. - ### [Microsoft.Build.NoTargets](src/NoTargets) [![NuGet](https://img.shields.io/nuget/v/Microsoft.Build.NoTargets.svg)](https://www.nuget.org/packages/Microsoft.Build.NoTargets) [![NuGet](https://img.shields.io/nuget/dt/Microsoft.Build.NoTargets.svg)](https://www.nuget.org/packages/Microsoft.Build.NoTargets)