-
Hi, just a small question. But the Nuget package requires "ControlzEx (>= 4.4.0)". This causes that when you include MahApps.Metro via PackageReference it uses an old version of ControlzEx. Is there any way to fix this without including ControlzEx explicitly as a PackageReference? You can also see this very well if you create a project with the new csproj-style and include MahApps.Metro (via nuget). Then you can see the dependencies it uses under references. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@Rerago It seems like that this is currently not available for PackageReference out of the box. |
Beta Was this translation helpful? Give feedback.
-
I know that the I can not currently set version itself and/or update. But the question is rather why the nuget shows 4.4.0 although here explicitly a v5 is indicated. |
Beta Was this translation helpful? Give feedback.
-
@Rerago Because you are look to the dev branch and not the release branch here. |
Beta Was this translation helpful? Give feedback.
-
Ahhhhhhh ok. Then my mistake. Means the next update will also use the latest ControlzEx. Then I am satisfied so far :) |
Beta Was this translation helpful? Give feedback.
@Rerago Because you are look to the dev branch and not the release branch here.