NetMQ / NetMQ.ReactiveExtensions

Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
Mozilla Public License 2.0
66 stars 14 forks source link

An old library still referenced #45

Closed MikaelFerland closed 7 years ago

MikaelFerland commented 7 years ago

When you have a fresh install and just trying to install this package on runtime. You will get this error : Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, because you are depending on a old library in the project.json file


      "dependencies": {
        "System.Xml.Linq": "3.5.*"
      }```
 Could you fix it please. I did something to work around, but I do not want to break thing. 
somdoron commented 7 years ago

Can you make a pull request?

On Feb 15, 2017 01:20, "Mike" notifications@github.com wrote:

When you have a fresh install and just trying to install this package on runtime. You will get this error : Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, because you are depending on a old library in the project.json file "net45": { "dependencies": { "System.Xml.Linq": "3.5.*" } Could you fix it please. I did something to work around, but I do want to break thing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NetMQ/NetMQ.ReactiveExtensions/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AClv9vdXLHUmKpyf8gdPgbV7zQy3VnLvks5rcjbGgaJpZM4MBHur .