Skip to content

Commit 2f5f7f0

Browse files
authored
Updated README.md
1 parent 254c25f commit 2f5f7f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ Check the `Migrate packages.config to PackageReferences Extension` pane in the `
6969
- [StackOverflow Question: Switch back to packages.config](https://stackoverflow.com/q/45962998/90287)
7070
- [Visual Studio 2017 Extension: NuGet PackageReference Upgrader](https://github.com/CloudNimble/PackageReferenceUpgrader)
7171

72+
## Why was this extension created? Visual Studio 2017 Version 15.7 and later has this feature already.
73+
74+
The feature built-into Visual Studio 2017 Version 15.7 and later does not support native C++ projects.
75+
76+
The following error appears:
77+
78+
![image](https://github.com/user-attachments/assets/e740ec76-6cf8-405c-858e-1bc18cd833e6)
79+
80+
> 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.
81+
82+
7283
## Rate and Review
7384

7485
Has this extension helped you at all?

0 commit comments

Comments
 (0)