Remove extra dependencies that produce NuGet warnings

This commit is contained in:
Pranav K 2016-03-09 12:52:50 -08:00
parent 3bccd97ff6
commit bef340a2c3
1 changed files with 1 additions and 4 deletions

View File

@ -9,10 +9,7 @@
"Microsoft.DotNet.Watcher.Core": "1.0.0-*", "Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Newtonsoft.Json": "8.0.2", "Newtonsoft.Json": "8.0.2",
"xunit": "2.1.0", "xunit": "2.1.0"
"System.Diagnostics.Process": "4.1.0-*",
"System.IO.FileSystem.Watcher": "4.0.0-*",
"System.Xml.XDocument": "4.0.10-*"
}, },
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {