hvanbakel / CsprojToVs2017

Tooling for converting pre 2017 project to the new Visual Studio 2017 format.
MIT License
1.08k stars 120 forks source link

Option to only upgrade to Package Reference #284

Open gusarov opened 4 years ago

gusarov commented 4 years ago

Package Reference is a nice feature and we currently want to make use of it without converting entire solution to new format. Is there an option already available for this by any chance?

mungojam commented 4 years ago

If you've got visual studio, then you can do it by right clicking on the packages.config file. It even tries to slim down the package references to just too level ones which we've not done in this tool

gusarov commented 4 years ago

If you've got visual studio, then you can do it by right clicking on the packages.config file. It even tries to slim down the package references to just too level ones which we've not done in this tool

thanks, I didn't noticed this because mostly using Rider, and there is some issue with similar rider functionality