2016-03-22 15:39:04 +00:00
|
|
|
{
|
2016-03-08 23:53:21 +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-03-08 23:53:21 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-03-22 15:39:04 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.TestFramework": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-04-15 05:25:53 +00:00
|
|
|
"System.Net.NameResolution": "4.0.0-rc2-24015",
|
|
|
|
"System.Net.Sockets": "4.1.0-rc2-24015",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24015",
|
2016-03-08 23:53:21 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-04-07 21:37:51 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-140469-38"
|
2016-03-08 23:53:21 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-08 23:53:21 +00:00
|
|
|
"imports": [
|
2016-04-07 20:06:11 +00:00
|
|
|
"netstandardapp1.5",
|
2016-03-08 23:53:21 +00:00
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/ProjectWithTests/**/*",
|
|
|
|
"../../TestAssets/TestProjects/global.json"
|
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|