Update test project
This commit is contained in:
parent
97da0b0696
commit
3c91f436c4
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "6.0.8",
|
||||
"version": "8.0.3",
|
||||
"dependencies": {
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
"netstandard1.5": { }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "6.0.8"
|
||||
"Newtonsoft.Json": "8.0.3"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
"netstandard1.5": {
|
||||
"imports": "portable-net45+win8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue