2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-01-28 16:16:50 -08:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23929",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23929",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-01-28 16:16:50 -08:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-15 18:39:29 -08:00
|
|
|
"target": "project"
|
2016-01-22 10:40:01 -08:00
|
|
|
},
|
2016-01-28 16:16:50 -08:00
|
|
|
"xunit": "2.1.0",
|
2016-03-29 20:54:07 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22"
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-03-01 17:35:32 -06:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-01-14 11:52:54 -08:00
|
|
|
}
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-01-14 11:52:54 -08:00
|
|
|
}
|