fsprojects / FSharp.Management

The FSharp.Management project contains various type providers for the management of the machine.
http://fsprojects.github.io/FSharp.Management/
Other
91 stars 32 forks source link

support for .NET Framework 4? #50

Closed smoothdeveloper closed 9 years ago

smoothdeveloper commented 9 years ago

Assuming the codebase impact would be minimal (or even non existing), would the maintainers of this library accept a patch to make it target Framework 4?

vasily-kirichenko commented 9 years ago

I don't mind.

dsyme commented 9 years ago

@smoothdeveloper - Yes, that's fine, unless it reduces functionality. You can also add both net40 and net45 assemblies in the nuget packages.

smoothdeveloper commented 9 years ago

I can give a try at multiplatform targetting but I'm not used to nuget packaging affairs.

Would someone point me to a not too big project which supports that so I can give it a shot?

Thanks!

dsyme commented 9 years ago

It's ok just to use "net40" if it works

sergey-tihon commented 9 years ago

Should be fixed by this PR https://github.com/fsprojects/FSharp.Management/pull/52