PicNet / XGBoost.Net

.Net wrappers for the awesome XGBoost library
51 stars 18 forks source link

Change to .net standard project and target net40, net45 and netstandard2.0 #28

Closed coffeebenzene closed 3 years ago

coffeebenzene commented 3 years ago

Hi, currently, XGBoost.Net is only packaged for .NET Framework 4 and above. I'm submitting this pull request to also support netstandard2.0, in order to be used in .NET core projects. Is it ok?

mdabros commented 3 years ago

Hi @gatapia, Will you publish a new nuget package with the changes from this PR?

Best regards Mads