Create a new .NET 4.5.2 console app in聽VS 2017. Add a NuGet package.聽It creates it with a packages.config file.
This leads people down too much pain. With PackageReference's, they must聽be the default聽so聽the聽ecosystem can move forward.
PackageReference must聽be supported and be the default if a package.config/project.json file doesn't already exist.
We are building UI to allow the user to choose between packages.config (which will work downlevel too) and packagereferences.
Spec is here: https://github.com/NuGet/Home/wiki/Supporting-Package-Reference-in-UWP-WPF-WinForms-and-Classic-Libraries
Can we still make the default PackageReference? I would hope we don't ask users as the very first thing they do...
Most helpful comment
Can we still make the default PackageReference? I would hope we don't ask users as the very first thing they do...