Removing redundant dependencies

This commit is contained in:
John Luo 2016-02-01 17:58:41 -08:00
parent 20ed43fd68
commit 82e17ce2b6
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
"url": "git://github.com/aspnet/mvc"
},
"dependencies": {
"Newtonsoft.Json": "8.0.2",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Newtonsoft.Json": "8.0.2"
},
"frameworks": {
"net451": {},