2016-02-09 23:30:04 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 08:14:53 +00:00
|
|
|
"version": "1.0.0"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-02-09 23:30:04 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-08-09 18:05:00 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-318883-21"
|
2016-02-09 23:30:04 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-01 23:35:32 +00:00
|
|
|
]
|
2016-02-09 23:30:04 +00:00
|
|
|
}
|
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"testRunner": "xunit",
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestApp/**/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"buildOptions": {
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestApp/**/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|