2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-01-29 00:16:50 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0-rc2-*"
|
|
|
|
},
|
2016-04-08 06:47:47 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
|
2016-02-10 08:16:40 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-01-29 00:16:50 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-03-23 22:58:50 +00:00
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
|
2016-04-11 22:56:44 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-140469-38",
|
|
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24008"
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-11 18:28:58 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"netstandardapp1.5",
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-01-06 02:11:38 +00:00
|
|
|
}
|