Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Adding Reference to StbSharp

Roman Shapiro edited this page Jan 15, 2018 · 10 revisions

StbSharp has two binary versions: PCL(profile 111) and .NET Standard 1.1. So there are two ways of adding it to the project:

  1. Through NuGet: https://www.nuget.org/packages/StbSharp/
  2. Referencing it manually from the binary distribution: 2.1. Download latest StbSharp.....zip from there https://github.com/rds1983/StbSharp/releases 2.2. Reference StbSharp.dll either from root(if you're using .NET Framework) or from "netstandard1.1" subfolder(if you're using .NET Core).

Clone this wiki locally