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

Adding Reference to StbSharp

Roman Shapiro edited this page Aug 8, 2018 · 10 revisions

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

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