2015-11-25 01:47:33 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-01-22 22:05:02 +00:00
|
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23706",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
|
2015-11-25 01:47:33 +00:00
|
|
|
|
"xunit": "2.1.0",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
2015-12-31 01:02:59 +00:00
|
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
"xunit.runner.utility": "2.1.0",
|
2016-01-22 22:05:02 +00:00
|
|
|
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
|
2016-01-22 22:05:02 +00:00
|
|
|
|
"Microsoft.DotNet.ProjectModel": {"target":"project"},
|
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {"target":"project"},
|
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {"target":"project"}
|
2015-11-25 01:47:33 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
2016-01-22 22:05:02 +00:00
|
|
|
|
},
|
|
|
|
|
"testRunner":"xunit"
|
2015-11-25 01:47:33 +00:00
|
|
|
|
}
|