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-18 05:23:16 +00:00
|
|
|
"System.Net.NameResolution": "4.0.0-rc2-24018",
|
|
|
|
"System.Net.Sockets": "4.1.0-rc2-24018",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24018",
|
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-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-08 23:53:21 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/ProjectWithTests/**/*",
|
|
|
|
"../../TestAssets/TestProjects/global.json"
|
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|