Update for issue 46:
Switch netcoreapp2 to netstandard2 for libraries.
Removed unused using that would have required netcoreapp3.1 to compile.
Fixed string to char because netstd2 didn't allow for strings as char arrays.
Added .NETStandard2.0 dependency to nuspec.
Checklist
[X] An issue was first created before opening this pull request
Description
Update for issue 46: Switch netcoreapp2 to netstandard2 for libraries. Removed unused using that would have required netcoreapp3.1 to compile. Fixed string to char because netstd2 didn't allow for strings as char arrays. Added .NETStandard2.0 dependency to nuspec.
Checklist