Since the release of dotnet core and .netstandard if you include this library then you get a compiler warning. If setting it up with .netstandard in the nuget package then this warning would disappear.
I merged your changeset, and switched the net40 to net45, since the library requires 4.5 to operate. I've also pushed an updated nuget package (2.0.0) and release
Since the release of dotnet core and .netstandard if you include this library then you get a compiler warning. If setting it up with .netstandard in the nuget package then this warning would disappear.