2016-04-27 00:52:34 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 16:52:35 +00:00
|
|
|
"version": "1.0.1"
|
2016-04-27 00:52:34 +00:00
|
|
|
},
|
2016-06-14 08:14:53 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-04-27 00:52:34 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-08-09 21:26:14 +00:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-04-27 00:52:34 +00:00
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
|
2016-08-23 20:12:00 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
2016-04-27 00:52:34 +00:00
|
|
|
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|