fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 60 forks source link

3.4.0 drops support for net40? #85

Closed deapsquatter closed 8 years ago

deapsquatter commented 8 years ago

Description

3.4.0 no longer supports .NET 4.0

Repro steps

Using Paket update 3.2.0 -> 3.4.0 and get warning:

Package FSharp.Control.Reactive contains libraries, but not for the selected TargetFramework net40 in project /Users/kevinknoop/Projects/agentNext/agent.mac/Agent.Mac.fsproj.

Expected behavior

Paket should complete with no warnings.

Actual behavior

Paket issues warning.

Known workarounds

None

Related information

panesofglass commented 8 years ago

Hmm ... I didn't even think to look at that bit, sorry. I take it you need support for net40. I'll see whether or not I can switch back to net40 from net45. No idea why the default was bumped up to net45.

panesofglass commented 8 years ago

@deapsquatter please try 3.4.1. This release now includes assemblies for net40, net45, and profile259.

deapsquatter commented 8 years ago

That fixes it. Thank you very much 👍