2016-02-16 10:20:23 -08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-04-07 15:06:11 -05:00
|
|
|
},
|
2016-06-14 03:14:53 -05:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
|
|
"System.IO.Compression.ZipFile": "4.0.1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-02-16 10:20:23 -08:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 14:53:18 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-02-16 10:20:23 -08:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"netcoreapp1.0": {
|
2016-03-01 17:35:32 -06:00
|
|
|
"imports": [
|
2016-04-11 18:11:16 -05:00
|
|
|
"dotnet5.4",
|
2016-03-01 17:35:32 -06:00
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-02-16 10:20:23 -08:00
|
|
|
}
|
|
|
|
},
|
2016-05-12 19:03:08 -07:00
|
|
|
"testRunner": "xunit",
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestLibraryWithConfiguration/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"buildOptions": {
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestLibraryWithConfiguration/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-05-23 17:04:20 -07:00
|
|
|
}
|