2016-04-14 22:59:11 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
|
2016-06-10 01:56:21 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24209-08",
|
2016-04-14 22:59:11 +00:00
|
|
|
"xunit": "2.1.0"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet",
|
|
|
|
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
|
|
|
"portable-net45+win8"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-10 01:56:21 +00:00
|
|
|
"version": "1.0.0-rc3-004442-00"
|
2016-04-14 22:59:11 +00:00
|
|
|
},
|
2016-06-10 01:56:21 +00:00
|
|
|
"System.Linq.Expressions": "4.1.0-rc3-24209-08",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24209-08"
|
2016-04-14 22:59:11 +00:00
|
|
|
}
|
|
|
|
},
|
2016-04-27 05:41:53 +00:00
|
|
|
"net451": {}
|
2016-04-14 22:59:11 +00:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|