GitHub
github.com › JamesNK › Newtonsoft.Json › releases
Releases · JamesNK/Newtonsoft.Json
September 16, 2025 - Fix - Fixed converting default datetime in JSON to XML on netstandard1.3 · Fix - Fixed deserializing ObservableCollection in .NET Core 2.0
Author JamesNK
Stack Overflow
stackoverflow.com › questions › 70316410 › could-not-load-file-or-assembly-newtonsoft-json-version-13-0-0-0-net-standard
c# - Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0 .NET Standard and WPF - Stack Overflow
I am clueless as to why 13.0.0.0 is being searched when 13.0.0.1 version is installed, I even tried with the 12.x. version, it also gives the same error only searching for 12.0.0.0 version. Is this a WPF .NET and Libary .NET Stanard conflict issue? How to resolve this? ... Have you already added the nuget package to the wpf app? Check if you need to upgrade it's version in nuget manager. ... Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
GitHub
github.com › JamesNK › Newtonsoft.Json › issues › 2662
Assembly version is incorrectly set to 13.0.0.0 from 13.0.0.1 · Issue #2662 · JamesNK/Newtonsoft.Json
April 1, 2022 - version 13.0.0.1 have the same assembly version incorrectly set to 13.0.0.0 and caused the file not found error from msbuild · C:\Program Files\dotnet\sdk\6.0.103\Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" was chosen because it was primary and "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" was not.
Author linsongyang
Stack Overflow
stackoverflow.com › questions › 66811068 › ssis-script-component-could-not-load-file-or-assembly-newtonsoft-json-versio
visual studio - SSIS Script Component - Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=x' or its dependencies - Stack Overflow
How to solve this error in Script Component SSIS - "Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies."
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1864418 › could-not-load-file-or-assembly-newtonsoft-json
Could not load file or assembly Newtonsoft.Json - Microsoft Q&A
August 13, 2024 - [FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
NuGet
nuget.org › packages › newtonsoft.json › 13.0.1
NuGet Gallery | Newtonsoft.Json 13.0.1
.NET Framework 2.0 This package targets .NET Framework 2.0. The package is compatible with this framework or higher. There is a newer version of this package available. See the version list below for details. Requires NuGet 2.12 or higher. ... This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Microsoft Support
support.microsoft.com › en-gb › topic › kb5017192-improvement-update-newtonsoft-json-to-version-13-0-1-4d46505b-4fdc-4e61-918a-06bfc29ba8fc
KB5017192 - Improvement: Update Newtonsoft.Json to version 13.0.1 - Microsoft Support
This improvement updates the version of Newtonsoft.Json to 13.0.1.
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1573134 › could-not-load-file-or-assembly
Could not load file or assembly - Microsoft Q&A
February 23, 2024 - The assembly is installed but the version is different from 13.0.0.0. You can check the version of Newtonsoft.Json in your project and update it if necessary.
NuGet
nuget.org › packages › Newtonsoft.Json
NuGet Gallery | Newtonsoft.Json 13.0.4
August 3, 2023 - .NET Framework 2.0 This package targets .NET Framework 2.0. The package is compatible with this framework or higher. There is a newer prerelease version of this package available. See the version list below for details. Requires NuGet 2.12 or higher. ... This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package. <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
West-wind
support.west-wind.com › Thread6YL07YF87.wwt
Could not load file or assembly "newtonsoft.Json" - West Wind Technologies Support
re: Could not load file or assembly "newtonsoft.Json" Rick Strahl Phil Sherwood · 6YL0FD0QZ Jul 31, 2024 @ 07:10am · Reply · The issue I think is that you need to use the AssemblyVersion not the FileVersion, which are slightly different. Try using 13.0.0.0 for the newVersion and last version.
Fuget
fuget.org › packages › Newtonsoft.Json
Newtonsoft.Json 13.0.3 - FuGet Gallery
<package xmlns="http://schemas... <iconUrl>https://www.newtonsoft.com/content/images/nugeticon.png</iconUrl> <description>Json.NET is a popular high-performance JSON framework for .NET</description> <c...
Stack Overflow
stackoverflow.com › questions › 73027662 › i-need-newtonsoft-json-4-5-0-0-or-a-way-to-get-version-13-0-0-0-to-work-with-res
visual studio 2019 - I need Newtonsoft.Json 4.5.0.0 or a way to get Version 13.0.0.0 to work with RestSharp.Net2 for VB - Stack Overflow
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>
GitHub
github.com › OData › WebApi › issues › 2701
7.5.16 Wrong referenced version Newtonsoft.Json 13.0.0.0 · Issue #2701 · OData/WebApi
August 18, 2022 - Hi, I changed to OData version 7.5.16 and got problems because it can't find Newtonsoft.Json 13.0.0.0. I checked out the changes in code and found that the Newtonsoft.Json 13.0.0.0 is referenced but with a HintPath to 13.0.0.1. 13.0.0.0 isn't public available, 13.0.0.1 is.
Author csharp4fun2
GitHub
github.com › NuGet › Home › issues › 12858
Upgrade Newtonsoft.Json reference to 13.0.3 · Issue #12858 · NuGet/Home
August 29, 2023 - .NET repos currently have a mix of Newtonsoft.Json versions that we're trying to get consolidated into the latest version. This is particularly necessary for the .NET's source-build which can only reference one version of a dependency. The latest patch version of Newtonsoft.Json is 13.0.3.
Author mthalman
GitHub
github.com › JamesNK › Newtonsoft.Json › issues › 2534
13.0.1 causes file not found exception when assembly gets implicitly loaded when used in a visual studio extension · Issue #2534 · JamesNK/Newtonsoft.Json
May 19, 2021 - The message states cannot find an assembly with version 13.0.0.0, which is what is noted in the deps.json.
Published May 19, 2021
Author gfs
Kentico
devnet.kentico.com › questions › hotfix-newtonsoft-json-error
Hotfix Newtonsoft.Json Error
I did an hotfix from 13.0.83 to 13.0.115. I am getting below error when I launch CMS project · Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
MyGet
myget.org › feed › nugety-core › package › nuget › Newtonsoft.Json
nugety-core - Newtonsoft.Json 13.0.5-beta1 | MyGet
PM> Install-Package Newtonsoft.Json -Version 13.0.5-beta1 -Source https://www.myget.org/F/nugety-core/api/v3/index.json Copy to clipboard · > nuget.exe install Newtonsoft.Json -Version 13.0.5-beta1 -Source https://www.myget.org/F/nugety-core/api/v3/index.json Copy to clipboard ·
deps.dev
deps.dev › nuget › newtonsoft.json › 10.0.1 › compare
Compare Versions | newtonsoft.json | NuGet
You need to enable JavaScript to run this app