Closed laibulle closed 4 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, ...) ?
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.
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.