Skip to content

Building the MahApps.Metro solution

Jan Karger ツ ☀ edited this page Dec 14, 2020 · 29 revisions

Quick started for developers

  • Download the .NET Core 3.x SDK and Runtime from here
  • Make sure you have Visual Studio 2019 16.8.x (or Preview) installed (this could also be the Community Edition)
  • Clone the MahApps.Metro repository. You can also download the repo as zip, but at your own risk.
  • Open the MahApps.Metro.sln solution from the src folder in Visual Studio 2019
  • Rebuild and you're done...

What's in the box