aspnet / Announcements

Subscribe to this repo to be notified about major changes in ASP.NET Core and Entity Framework Core
Other
1.66k stars 80 forks source link

Updating MVC's dependency on JSON.NET #134

Open rynowak opened 8 years ago

rynowak commented 8 years ago

As of RC2 MVC's dependency on JSON.NET has been upgraded to version 8.0.1

Not only is ASP.NET 5 / MVC 6 a good opportunity to upgrade our minimum version, we've made significant performance investments that require a new build. Big thanks to @jamesnk, @sokket, and @KrzysztofCwalina for their help in putting this together.

@jamesnk has blogged about the release here: http://james.newtonking.com/

We don't expect any surprises from the upgrade. If you encounter any problems or surprises, let us know.

rynowak commented 8 years ago

As is tradition - this announcement post is locked. Please use aspnet/Mvc#3827 for discussion and questions.