Skip to content

Visual Studio Versions Net 4 Compatibility

Xaalek edited this page Jul 5, 2022 · 5 revisions

Visual Studio Versions

The nuget package is backwardly compatible with older Visual Studio versions, including 2012, 2013, 2015.

Compiling the source code requires Visual Studio 2017.

If you are not running VS2017, but want to view the demo you have a couple of options:

  • Grab the latest demo which is a compiled .exe in a zip, found on the Releases page.
  • VS2015 users can clone and checkout the tag of the source used to compile version 2.3.0:
git clone https://github.com/ButchersBoy/MaterialDesignInXamlToolkit.git
cd MaterialDesignInXamlToolkit
git checkout tags/v2.3.0

.Net 4.0

There is a .Net 4.0 branch (net40) which is now only maintained by contributors, and is no longer officially supported:

Clone this wiki locally