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

Removed project.lock.json files. #42

Closed sharpe5 closed 7 years ago

sharpe5 commented 7 years ago

Definitely should not have included project.lock.json files: http://stackoverflow.com/questions/38448468/should-project-lock-json-file-be-checked-into-source-control-asp-net-core-1-0

Instead, added instructions into the "Compiling from source" section to mention this step on a fresh checkout.