panthernet / GraphX

GraphX for .NET
Apache License 2.0
309 stars 101 forks source link

Migrate from PCL to netstandard2.0 #105

Closed honza77 closed 4 years ago

honza77 commented 4 years ago

Hello,

i have migrated libs of GraphX to netstandard and used QuickGraphCore (netstandard) instead of QuickGraphPCL. Probably its not good idea to accept this pull request. I haven't done much testing and possibly did not managed well the UAP stuff. Also it would be probably a different branch. But i just wanted to let you know. I guess you are now spending your time more on GraphX Pro or other stuff. But GraphX is a great library and maybe its time to move it to netstandard even in its original location.

Regards,

Jan

panthernet commented 4 years ago

Thanks, I will try to spare some time to look at these improvements. I'm up for unification under the modern standards :)

panthernet commented 4 years ago

Thanks, I've merged the commit. Also I've added the .NET Core native support for the library and made some upgrades to the structure like NuGet auto restore. Should look a bit more modern now :)