From 0e74d4481ffa9aae52199609b2cdf266017e3862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 5 Apr 2023 12:53:04 +0200 Subject: [PATCH] Fix Newtonsoft versions in testhost.deps.json --- temp/testhost/testhost.deps.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/temp/testhost/testhost.deps.json b/temp/testhost/testhost.deps.json index e5e7cd107d..5ba110a58f 100644 --- a/temp/testhost/testhost.deps.json +++ b/temp/testhost/testhost.deps.json @@ -15,7 +15,7 @@ "Microsoft.TestPlatform.Utilities": "15.0.0.0", "Microsoft.VisualStudio.TestPlatform.Common": "15.0.0.0", "Microsoft.VisualStudio.TestPlatform.ObjectModel": "15.0.0.0", - "Newtonsoft.Json": "9.0.0.0", + "Newtonsoft.Json": "13.0.0.0", "NuGet.Frameworks": "5.0.0.6" }, "runtime": { @@ -78,11 +78,11 @@ } } }, - "Newtonsoft.Json/9.0.0.0": { + "Newtonsoft.Json/13.0.0.0": { "runtime": { "Newtonsoft.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1.19813" + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.1.25517" } } }, @@ -145,7 +145,7 @@ "sha512": "", "path": "/" }, - "Newtonsoft.Json/9.0.0.0": { + "Newtonsoft.Json/13.0.0.0": { "type": "reference", "serviceable": false, "sha512": "",