C-Sharp-Algorithms
C-Sharp-Algorithms copied to clipboard
Issue 46: Switch netcoreapp2 to netstandard2 for libraries. …
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
- [X] An issue was first created before opening this pull request
- [X] The new code follows the contribution guidelines
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests to ensure that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
Hi @RyanGrange, which operating systems did you test this change on?