diff --git a/Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll b/Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll index ef2f325da..24087dd29 100644 --- a/Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll +++ b/Source/Platforms/DotNet/AOT/Newtonsoft.Json.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e045d6ae2a72b9b6e8922fa37537f7f14fdc9d5ced502e48a5b4ab5064a2458 -size 540672 +oid sha256:22f78856541397ffe932df4db572d6a4ea3b4f3c843202f1b2b947a925cc2649 +size 541184 diff --git a/Source/Platforms/DotNet/Newtonsoft.Json.dll b/Source/Platforms/DotNet/Newtonsoft.Json.dll index db1ecd531..b56719858 100644 --- a/Source/Platforms/DotNet/Newtonsoft.Json.dll +++ b/Source/Platforms/DotNet/Newtonsoft.Json.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf0320e0e2e754a77d7cbeeaed16fc6c4e0dfac9953e258b86a09edbe93627d3 -size 604160 +oid sha256:2189e00df470e0fa7e3294a90a2faf286af51bd25f224605faf53cc42a7ff381 +size 604672 diff --git a/Source/Platforms/DotNet/Newtonsoft.Json.pdb b/Source/Platforms/DotNet/Newtonsoft.Json.pdb index b3feda587..97d99bb47 100644 --- a/Source/Platforms/DotNet/Newtonsoft.Json.pdb +++ b/Source/Platforms/DotNet/Newtonsoft.Json.pdb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca10fa9bd4f681410afd8c935930826511d98b33c729b721c0dba818239208bf -size 239532 +oid sha256:cd30824b5d1593411aa7c47816afb37f63ba4ec4f82c5777324d0411c853a912 +size 239516 diff --git a/Source/Tools/Flax.Build/Deps/Dependencies/NewtonsoftJson.cs b/Source/Tools/Flax.Build/Deps/Dependencies/NewtonsoftJson.cs index dd40d5f87..08bd42257 100644 --- a/Source/Tools/Flax.Build/Deps/Dependencies/NewtonsoftJson.cs +++ b/Source/Tools/Flax.Build/Deps/Dependencies/NewtonsoftJson.cs @@ -50,13 +50,13 @@ namespace Flax.Deps.Dependencies "Newtonsoft.Json.pdb", "Newtonsoft.Json.xml", }; - var binFolder = Path.Combine(root, "Src", "Newtonsoft.Json", "bin", configuration, "net7.0"); + var binFolder = Path.Combine(root, "Src", "Newtonsoft.Json", "bin", configuration, "net8.0"); // Get the source CloneGitRepo(root, "https://github.com/FlaxEngine/Newtonsoft.Json.git"); // Default build - GitCheckout(root, "flax-net70"); + GitCheckout(root, "flax-net80"); Deploy.VCEnvironment.BuildSolution(solutionPath, configuration, buildPlatform); foreach (var platform in options.Platforms) {