aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Issue 46: Switch netcoreapp2 to netstandard2 for libraries. … #133

Open RyanGrange opened 4 years ago

RyanGrange commented 4 years ago

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

aalhour commented 4 years ago

Hi @RyanGrange, which operating systems did you test this change on?