From 2f5f7f0ac7f18245902869d8fb2c8bfdfbfac1d0 Mon Sep 17 00:00:00 2001 From: Rami Date: Tue, 30 Jul 2024 22:35:44 -0700 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 19467ec..a4c3676 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,17 @@ Check the `Migrate packages.config to PackageReferences Extension` pane in the ` - [StackOverflow Question: Switch back to packages.config](https://stackoverflow.com/q/45962998/90287) - [Visual Studio 2017 Extension: NuGet PackageReference Upgrader](https://github.com/CloudNimble/PackageReferenceUpgrader) +## Why was this extension created? Visual Studio 2017 Version 15.7 and later has this feature already. + +The feature built-into Visual Studio 2017 Version 15.7 and later does not support native C++ projects. + +The following error appears: + +![image](https://github.com/user-attachments/assets/e740ec76-6cf8-405c-858e-1bc18cd833e6) + +> Project is not eligible for migration. Either the project is not packages.config based or doesn't support PackageReference yet. Visit https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference for more information. + + ## Rate and Review Has this extension helped you at all?