hdinsight / hdinsight-storm-examples

This is a repository for complete and easy to use samples that demonstrate the use of Apache Storm on HDInsight
Apache License 2.0
58 stars 52 forks source link

Update Newtonsoft.Json #16

Closed BennyM closed 8 years ago

BennyM commented 8 years ago

Please update SCP.Net to use the lastest version of Newtonsoft.Json, or drop the restriction on version number. Adding external packages that depend on a newer version of Newtonsoft.Json is a hassle.

Workaround for now is to force the update of the package.

ravitandonrt commented 8 years ago

@BennyM

A new update for SCP.Net was pushed out today that supports JSON 6,7,8. Package: https://www.nuget.org/packages/Microsoft.SCP.Net.SDK/0.9.4.400

Let us know if you see any issues with that.

BennyM commented 8 years ago

Hi

Thanks! Are there release notes available?