Template10 icon indicating copy to clipboard operation
Template10 copied to clipboard

Update to reference latest version of Newtonsoft.Json library

Open nick-goloborodko opened this issue 3 years ago • 2 comments

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?

nick-goloborodko avatar Aug 04 '21 21:08 nick-goloborodko

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>

:(

dmitrymal avatar Aug 05 '21 15:08 dmitrymal

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.

darenm avatar Aug 05 '21 18:08 darenm