MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

Nuget Package Update #3707

Closed hassaanmasood closed 4 years ago

hassaanmasood commented 4 years ago

Hi, Can someone please update the Nuget package for MahApps with all the changes made for .net core and with the updated third parties dependencies.

punker76 commented 4 years ago

@hassaanmasood The latest stable alpha is already available on NuGet. If you want the latest CI NuGet package then put this feed in your NuGet list.

hassaanmasood commented 4 years ago

The problem is that nuget package has dependency on ControlzEx version < 4.0. But I want to use another nuget package which has requirement for ControlzEx version > 4.0. This is why I am requesting to update the dependencies version.

timunie commented 4 years ago

@hassaanmasood , just install the prerelease of MahApps. But please keep in mind that there are many breaking changes, especially for the ResourceKeys. image

Happy coding Tim