ssg / SimpleBase

.NET library for encoding/decoding Base16, Base32, Base58 and Base85.
Apache License 2.0
147 stars 21 forks source link

Added support for netstandard1.3 #1

Closed carldebilly closed 7 years ago

carldebilly commented 7 years ago

Converted the "SimpleBase.csproj" for .NET Core projects to use the TargetFrameworks feature to build a multi-targetted nuget package. Must be build with VS2017+

carldebilly commented 7 years ago

I didn't changed the way the nuget package is done. The new project type can package it automatically.

ssg commented 7 years ago

thanks Carl!