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 up.NetStandard and nuget #46
Comments
Hi @saad749 , There are plans but we're not working on them yet. Do you want to submit a PR for it? I'll be more than happy to review and accept it. Cheers, |
I've got a few changes that move these from netcore2.0 to netstandard2.0 and also updates the nuspec file (adding the dependency for targetFramework .NETStandard2.0). Would it be better to split those up or keep them together since it's the shift from core app to standard library that created the dependency? |
I went ahead and created #133 for review. I hope I'm not being rude by going ahead with this rather than waiting for a reply to my earlier question. The PR makes the move from netcoreapp2.0 to netstandard2.0 and I updated the nuspec with the netstandard dependency. Once this gets into nuget.org C-Sharp-Algorithms would be usable by both netcoreapp2 and up, but also older DotNet Framework applications using 4.6.1 and above according to https://docs.microsoft.com/en-us/dotnet/standard/net-standard |
Progress? |
I saw the issue was assigned to me, and the PR has been reviewed. What else needs to be done to move this forward? |
Hi,
Are there any plans to migrate this project to .net standard and/or have a nuget package?