Skip to content

Commit 7933ee3

Browse files
authored
[rel/17.6] Fix Newtonsoft versions in testhost.deps.json (#4372)
1 parent 5bef4cd commit 7933ee3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

temp/testhost/testhost.deps.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Microsoft.TestPlatform.Utilities": "15.0.0.0",
1616
"Microsoft.VisualStudio.TestPlatform.Common": "15.0.0.0",
1717
"Microsoft.VisualStudio.TestPlatform.ObjectModel": "15.0.0.0",
18-
"Newtonsoft.Json": "9.0.0.0",
18+
"Newtonsoft.Json": "13.0.0.0",
1919
"NuGet.Frameworks": "5.0.0.6"
2020
},
2121
"runtime": {
@@ -78,11 +78,11 @@
7878
}
7979
}
8080
},
81-
"Newtonsoft.Json/9.0.0.0": {
81+
"Newtonsoft.Json/13.0.0.0": {
8282
"runtime": {
8383
"Newtonsoft.Json.dll": {
84-
"assemblyVersion": "9.0.0.0",
85-
"fileVersion": "9.0.1.19813"
84+
"assemblyVersion": "13.0.0.0",
85+
"fileVersion": "13.0.1.25517"
8686
}
8787
}
8888
},
@@ -145,7 +145,7 @@
145145
"sha512": "",
146146
"path": "/"
147147
},
148-
"Newtonsoft.Json/9.0.0.0": {
148+
"Newtonsoft.Json/13.0.0.0": {
149149
"type": "reference",
150150
"serviceable": false,
151151
"sha512": "",

0 commit comments

Comments
 (0)