ovh / csharp-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for .NET Standard

Jotune opened this issue · comments

The project should be available in .NET Standard 2.0 more than in .NET Core 2.0.
.NET Standard 2.0 support .NET Core 2.0, .NET Framework 4.6.1+, Mono, Xamarin and UWP - ref

Should I go for it ?

EDIT: It seems that ini-parser 2.5.2 does not support .NET Core nor .NET Standard (Warning NU1701). The ini-parser team planned support for version 3.

Indeed, nice catch.

And sure, go for it!