aspnetcore/test/dotnet-watch.FunctionalTests/project.json

23 lines
616 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Newtonsoft.Json": "8.0.2",
"xunit": "2.1.0",
"System.Diagnostics.Process": "4.1.0-*",
"System.IO.FileSystem.Watcher": "4.0.0-*",
"System.Xml.XDocument": "4.0.10-*"
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net451+win8"
}
},
"testRunner": "xunit"
}