Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewtonSoft.Json.dll Dependency Is Wrong Version #853

Closed
AristurtleDev opened this issue May 17, 2024 · 0 comments · Fixed by #854
Closed

NewtonSoft.Json.dll Dependency Is Wrong Version #853

AristurtleDev opened this issue May 17, 2024 · 0 comments · Fixed by #854
Assignees
Labels

Comments

@AristurtleDev
Copy link
Collaborator

Description

The MonoGame.Extended.Content.Pipline project relies on a Newtonsoft.Json.dll that is copied to the bin directory on build. The .csproj references version 13.0.1

<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

However the .dll in the directory is version 12.0.0

aristurtle@aris MonoGame.Extended.Content.Pipeline % monodis --assembly Newtonsoft.Json.dll
Assembly Table
Name:          Newtonsoft.Json
Hash Algoritm: 0x00008004
Version:       12.0.0.0
Flags:         0x00000001
PublicKey:     BlobPtr (0x00005fbf)

Related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant