Skip to content

03a22091 4c4a 442d 8ab5 1ef428c812bc

Kim Hugener-Ohlsen edited this page Apr 30, 2016 · 1 revision

Getting Started

The target project be compatible with the Portable Class Library (PCL) profile 259, which supports the following frameworks:  

  • .NET Framework 4.5
  • Windows 8.0
  • Windows Phone 8.1
  • Windows Phone Silverlight 8.0
  • ASP.NET Core 5.0
  • Xamarin Android
  • Xamarin iOS
  • Xamarin iOS (Classic)

Add Sundew.Quantities to a project with Nuget in Visual Studio 2015.

 

  1. Right click the solution in Solution Explorer and choose Manage Nuget Packages for Solution.
  2. Search for Sundew.Quantities and select it in the section to the left.
  3. In the section to the right, select the projects that should use Sundew.Quantities.
  4. Click Install.
  5. Sundew.Quantities is now installed and ready for use - See Creating Quantities.
 
Clone this wiki locally