2016-02-16 09:31:44 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"keyFile": "../../tools/test_key.snk",
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
|
|
|
|
]
|
|
|
|
}
|
2016-03-31 23:25:52 +00:00
|
|
|
},
|
2016-02-16 09:31:44 +00:00
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 16:52:35 +00:00
|
|
|
"version": "1.0.1"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-06-14 08:14:53 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-08-09 21:26:14 +00:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-09-26 20:47:55 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
2016-10-14 02:31:15 +00:00
|
|
|
"NuGet.ProjectModel": "3.6.0-rc-1984"
|
2016-02-16 09:31:44 +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-16 09:31:44 +00:00
|
|
|
}
|
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"testRunner": "xunit",
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
|
|
|
|
]
|
|
|
|
}
|
2016-05-24 00:04:20 +00:00
|
|
|
}
|