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

Update to reference latest version of Newtonsoft.Json library #1737

Open
nick-goloborodko opened this issue Aug 4, 2021 · 2 comments
Open

Comments

@nick-goloborodko
Copy link

I'm stuck in a bit of DLL-hell because of Template10 still uses older version of Newtonsoft.Json library (v11.0.2 i think?) and a few of my other reference libraries require v12+. Any chance of updating this reference?

@dmitrymal
Copy link

We had to downgrade the Newtonsoft version in all our dependencies to 10.0.3

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

:(

@darenm
Copy link
Contributor

darenm commented Aug 5, 2021

Of course, the source code for T10 is available, so you can download that and upgrade it to whatever version of Newtonsoft you wish to use.

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

No branches or pull requests

3 participants