Skip to content

Commit

Permalink
move UWP Client JSON.Net dep back to 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jul 13, 2016
1 parent 799d9bc commit 353a4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.SignalR.Client.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Newtonsoft.Json": "7.0.1"
"Newtonsoft.Json": "6.0.4"
},
"frameworks": {
"uap10.0": {}
Expand All @@ -14,4 +14,4 @@
"win10-x64": {},
"win10-x64-aot": {}
}
}
}

0 comments on commit 353a4e7

Please sign in to comment.