Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Pre requisites to build ADAL.NET and MSAL.NET

henrikm edited this page May 21, 2018 · 21 revisions

...WORK IN PROGRESS...

In order to build the multi platform targets you will need a set of SDK's installed on the machine you build on.

  • Visual Studio 2015 (including latest updates)
  • You'll need to install the mobile components and various Windows SDK's and also you should ensure you have components for WinRT development.
  • Visual Studio 2017 (including latest updates)
  • Ensure to install Xamarin components and all the Windows SDK's
  • Java SDK: 24, 25, 26, 27 (Can be installed via the SDK Manager shipped as part of Xamarin)
  • Java Development Kit: [Download] (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
Clone this wiki locally