renber / SeafClient

Seafile web api implementation for C# as .NET Standard library
MIT License
26 stars 18 forks source link

Migrate to .net core #16

Closed lukali1986 closed 4 years ago

lukali1986 commented 4 years ago

Hello! Whether to consider migrating the project to .net core for better compatibility and easier promotion. @renber

renber commented 4 years ago

As this is a library, I am wondering if it would make more sense to target .NET Standard and keep support for Framework and Core in the same project?

renber commented 4 years ago

I have ported the library to support .NET Standard 1.1 With this it can be used with the following platforms:

.NET Core >= 1.0 .NET Framework >= 4.5 Mono >= 4.6 Xamarin.iOS >= 10.0 Xamarin.Mac >= 3.0 Xamarin.Android >= 7.0 UWP >= 10.0 Unity >= 2018.1 (see here)

renber commented 4 years ago

Release 1.3 is now targeting .NET Standard 1.1