7.5.16 (Unlisted)
7.5.16 is unlisted from Nuget.org. Please update to 7.5.17. If the Customer is using this version, he maybe to meet the following exception:
**FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.**
This is because the Newtonsoft.Json version on NuGet package is still on the lower version. We unlisted this version from Nuget.org. Please update to the 7.5.17.
If you do want to use 7.5.16, manually updating the Newtonsoft.Json version to 13.0.1 for your project can fix the problem.
Thanks.
- https://www.nuget.org/packages/Microsoft.AspNetCore.OData/7.5.16
- https://www.nuget.org/packages/Microsoft.AspNet.OData/7.5.16
What has changed
- Update Newtonsoft.Json version to 13.0.1 by @xuzhg #2668
- Add settings flag to avoid swallowing serialization errors when
ILogger
is registered by @Nthemba #2652 - Update ODL version to 7.12.2 by @habbes #2698
Full changelog: 7.5.15...7.5.16