2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-01-28 16:16:50 -08:00
|
|
|
"version": "1.0.0-*",
|
2016-01-11 13:40:47 -08:00
|
|
|
|
2016-01-28 16:16:50 -08:00
|
|
|
"dependencies": {
|
2016-02-11 09:53:47 -08:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
2015-12-14 17:39:29 -08:00
|
|
|
|
2016-02-10 00:16:40 -08:00
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
2016-01-28 16:16:50 -08:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-15 18:39:29 -08:00
|
|
|
"target": "project"
|
2016-01-22 10:40:01 -08:00
|
|
|
},
|
2015-12-14 17:39:29 -08:00
|
|
|
|
2016-01-28 16:16:50 -08:00
|
|
|
"xunit": "2.1.0",
|
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
2016-02-03 14:23:44 -08:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net45+win8"
|
2015-12-14 17:39:29 -08:00
|
|
|
}
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2016-01-05 18:11:38 -08:00
|
|
|
}
|