2016-04-18 17:51:32 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-31 17:55:36 +00:00
|
|
|
"version": "1.0.0-rc3-004338"
|
2016-05-26 18:11:22 +00:00
|
|
|
},
|
2016-04-18 17:51:32 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-04-18 17:51:32 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-03 18:49:00 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
2016-04-18 17:51:32 +00:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|