Incorrect package id case for PackageReference added by Package Manager console #5532
Labels
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Product:VS.PMConsole
Style:PackageReference
Milestone
Details about Problem
NuGet product used: Package Manager Console
NuGet version: 4.3.0.4199
VS version: VS 2017 15.3.0 Preview 3.0
Detailed repro steps so we can see the same problem
install-package newtonsoft.json
Expected result:
PackageReference added to .csproj with the correct case for the package id:
Actual result:
Package id case seems to be taken from the install-package command line:
Whilst this does not break anything it would probably be better that the PackageReference added should match what is added when using the Visual Studio manage packages UI.
The text was updated successfully, but these errors were encountered: