Remove extra dependencies that produce NuGet warnings
This commit is contained in:
parent
3bccd97ff6
commit
bef340a2c3
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue