2016-08-22 19:24:10 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
2016-09-14 21:10:47 +00:00
|
|
|
"copyToOutput": ["MSBuild.exe", "MSBuild.exe.config"],
|
2016-09-15 22:54:10 +00:00
|
|
|
"keyFile": "../../tools/test_key.snk"
|
2016-08-22 19:24:10 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 16:52:35 +00:00
|
|
|
"version": "1.0.1"
|
2016-08-22 19:24:10 +00:00
|
|
|
},
|
|
|
|
"Microsoft.DotNet.ProjectJsonMigration": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-23 20:12:00 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
2016-08-22 19:24:10 +00:00
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"netstandardapp1.5",
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|