2016-03-08 15:53:21 -08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 22:08:17 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-04-07 22:08:17 -05:00
|
|
|
},
|
2016-06-14 03:14:53 -05:00
|
|
|
"System.Linq.Expressions": "4.1.0",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-08-09 14:26:14 -07:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-09 16:17:10 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-330423-54",
|
2016-08-05 16:54:41 -07:00
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-03-08 15:53:21 -08:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 22:08:17 -05:00
|
|
|
"netcoreapp1.0": {
|
2016-03-08 15:53:21 -08:00
|
|
|
"imports": [
|
2016-04-07 22:08:17 -05:00
|
|
|
"netstandardapp1.5",
|
2016-03-08 15:53:21 -08:00
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|