2016-02-10 00:35:43 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"keyFile": "../../tools/Key.snk",
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**/*"
|
|
|
|
]
|
|
|
|
}
|
2016-03-29 01:19:47 +00:00
|
|
|
},
|
2016-02-10 00:35:43 +00:00
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-02 19:45:00 +00:00
|
|
|
"version": "1.0.0-rc3-004373"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-02-10 00:35:43 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-16 02:39:29 +00:00
|
|
|
"target": "project"
|
2016-02-10 00:35:43 +00:00
|
|
|
},
|
2016-03-29 01:19:47 +00:00
|
|
|
"Microsoft.DotNet.Compiler.Common": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-14 21:54:26 +00:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-05-31 20:27:46 +00:00
|
|
|
"version": "4.0.0-rc3-24131-00",
|
2016-03-14 21:54:26 +00:00
|
|
|
"exclude": "Compile"
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-02-10 00:35:43 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
|
2016-02-10 00:35:43 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"FluentAssertions": "4.2.2"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"imports": [
|
2016-04-07 20:06:11 +00:00
|
|
|
"netstandardapp1.5",
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
2016-03-01 23:35:32 +00:00
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-02-10 00:35:43 +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
|
|
|
}
|