Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 3d60818

Browse files
committed
Removed reference to .NET 4.5
And any .NET 4.0 pre-release stuff.
1 parent 1090db8 commit 3d60818

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ Creating the server implementation is equally straightforward (this is an echo s
4444
server.Start();
4545

4646

47-
Install for .NET 4.5 using: install-package reactivesockets
48-
Install for .NET 4.0 using: install-package reactivesockets -pre
49-
50-
(For .NET 4.0, you need to install the pre-release version, since we depend on the pre-released Microsoft.Bcl.Async package to provide the asynchronous C# extensions)
47+
Install using: install-package reactivesockets
5148

5249
This library was inspired by this [forum post](http://social.msdn.microsoft.com/Forums/en/rx/thread/5c62e690-2c8d-4f32-8ec4-5e9b5ea6d2a0) and [blog entry](http://www.cachelog.net/using-reactive-extensions-rx-tpl-for-socket-programming/).

0 commit comments

Comments
 (0)