Update test project

This commit is contained in:
Troy Dai 2016-05-31 20:56:21 -07:00
parent 97da0b0696
commit 3c91f436c4
2 changed files with 6 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"version": "6.0.8",
"version": "8.0.3",
"dependencies": {
},
"frameworks": {
"dnx451": { }
"netstandard1.5": { }
}
}

View file

@ -1,8 +1,10 @@
{
"dependencies": {
"Newtonsoft.Json": "6.0.8"
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"dnx451": { }
"netstandard1.5": {
"imports": "portable-net45+win8"
}
}
}