RicoSuter / MyToolkit

MyToolkit for .NET

Home Page:http://mytoolkit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Net Standard 2.1 Compatibility For Collections

nrobeson opened this issue · comments

FYI for anyone needing items from the Collection class as I did (In my case I use ObservableCollectionView), I created a new .Net Standard project and copied the necessary source code from this library. It builds without errors and is s working nicely.

Thank you Rico releasing this great resource.

Nathan

(Below are the modules listed in the .csproj)