Remove newtonsoft.json dependency from TestAssets/DesktopTestProjects/AutoAddDesktopReferencesDuringMigrate/project.json

This commit is contained in:
Livar Cunha 2017-05-08 16:22:03 -07:00
parent 760bdf8f75
commit eb7b759fec

View file

@ -4,9 +4,6 @@
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"net451": {}
},