Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIssue 46: Switch netcoreapp2 to netstandard2 for libraries. … #133
Conversation
…nused using that required netcoreapp3.1. Fixed string to char. Added .NETStandard2.0 dependency to nuspec.
Hi @RyanGrange, which operating systems did you test this change on? |
I apologize for the late check. NetStandard is best option for us, because we shouldn't use any specific API. I checked that on Windows 10, LGTM |
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