Doxense / foundationdb-dotnet-client

C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Drop support of dotnet 4.7.2 for libraries #96

Closed laibulle closed 4 years ago

laibulle commented 5 years ago

Drop support for dot net 4.7.2 for libraries as dotnet-standard2.0 support .Net framework 4.6.1 . It should allow OS X and linux users to build libraries components without mono.

KrzysFR commented 5 years ago

I just dropped support for .NET 4.6.1 in this release and it may too soon to remove support for .NET Framework entirely.

Maybe one way to fix the build issue on non-Windows platform would be a script to automatically install what is needed (mono, ...) ?

KrzysFR commented 4 years ago

Looks like there is a solution to be able to build net472 on Linux: https://andrewlock.net/using-reference-assemblies-to-build-net-framework-libararies-on-linux-without-mono/

I think that if we add this package to the various project, this will solve this issue.