Skip to content

Commit

Permalink
[rel/17.6] Fix Newtonsoft versions in testhost.deps.json (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Apr 5, 2023
1 parent 5bef4cd commit 7933ee3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions temp/testhost/testhost.deps.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -145,7 +145,7 @@
"sha512": "",
"path": "/"
},
"Newtonsoft.Json/9.0.0.0": {
"Newtonsoft.Json/13.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": "",
Expand Down

0 comments on commit 7933ee3

Please sign in to comment.