fsprojects / FSharp.Control.Reactive

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

Update package references to Rx 2.2.2. #15

Closed jack-pappas closed 10 years ago

jack-pappas commented 10 years ago

I've updated the package references to the latest version of Rx (v2.2.2). I've also updated the NUnit and NUnit.Runners packages (used by the test project) to v2.6.3, which contains some bugfixes to allow unit tests to run correctly under Mono.

panesofglass commented 10 years ago

Thanks!