Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

Switch Newtonsoft to 6.0.6 #38

Closed j3parker closed 8 years ago

j3parker commented 8 years ago

FYI @mtseD2L

Does it make sense to be this stupid paranoid? Or should we just do nothing?

I want to revisit all of this ASAP and understand things better but I want to get through the backlog of breaking changes in this next version more (sigh.)

RE: #34

omsmith commented 8 years ago

No need between these two versions since they share the same AssemblyVersion

https://github.com/JamesNK/Newtonsoft.Json/blob/1497343173a181d678b4c9bbf60250a12f783f1c/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs#L94 https://github.com/JamesNK/Newtonsoft.Json/blob/70d3e9327d5dcd9a1770b3aed5437d6aa0b15802/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs#L93

j3parker commented 8 years ago

Awesome thanks. I need to learn some stuffs.