-
Notifications
You must be signed in to change notification settings - Fork 266
Supporting Package Reference in UWP WPF WinForms and Classic Libraries
Spec for the work is available here: - https://github.com/NuGet/Home/issues/3561
Currently there are multiple ways (packages.config, project.json and PackageReference in csproj) of managing dependencies and we want to standardize on one global way of managing dependencies. Its hard on customers to read and understand about multiple ways of managing dependencies.
All .NET Customers who want to move towards managing dependencies via the model built for project.json.
There are 2 key scenarios at play here.
- Customers who want to move from package.config to PackageReference
- Customers who want to move from project.json to PackageReference
One thing to note is that PackageReference support is only available in VS "15" RTM+ versions of Visual Studio. Customers upgrading to PackageReference will be unable to roundtrip their projects with previous versions of Visual Studio including VS 2015
Check out the proposals in the accepted & proposed folders on the repository, and active PRs for proposals being discussed today.