pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

MSSQL Event Store in Nuget package has dependency on unsigned JSON.NET #72

Open cconstantin opened 12 years ago

cconstantin commented 12 years ago

Hi,

I'm using the Nuget Ncqrs package, and it appears that the MSSQL Event Store is now unusable because of it's dependency to the unsigned JSON.NET assembly. It appears that the Nuget Newtonsoft.Json is now signed, so bindingredirect can't be used.

Cheers, Chris

pjvds commented 12 years ago

Thanks for reporting this. This is definitely something we need to fix and shouldn't be hard. Did you already updated to the correct Newtonsoft.Json dll in your fork so we can pull from it?

cconstantin commented 12 years ago

Nope. Which branch did you use for the nuget package?