2016-01-22 10:40:01 -08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-01-11 13:40:47 -08:00
|
|
|
|
2016-01-22 10:40:01 -08:00
|
|
|
"dependencies": {
|
2016-02-01 20:48:34 -08:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23728",
|
2016-01-22 10:40:01 -08:00
|
|
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-*",
|
2015-12-14 17:39:29 -08:00
|
|
|
|
2016-01-22 10:40:01 -08:00
|
|
|
"xunit": "2.1.0",
|
|
|
|
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
|
|
|
"xunit.runner.utility": "2.1.0",
|
2015-12-14 17:39:29 -08:00
|
|
|
|
2016-01-22 10:40:01 -08:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
|
|
|
}
|
|
|
|
},
|
2015-12-14 17:39:29 -08:00
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-22 10:40:01 -08:00
|
|
|
"dnxcore50": {
|
2016-01-28 10:55:22 -08:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 10:40:01 -08:00
|
|
|
}
|
2015-12-14 17:39:29 -08:00
|
|
|
}
|
2016-01-05 18:11:38 -08:00
|
|
|
}
|