dotnet-installer/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json

35 lines
663 B
JSON
Raw Normal View History

2016-03-28 09:32:31 +00:00
{
"version": "1.0.0-rc-*",
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"**/*.cs",
"../../../src/dotnet/CommandLine/*.cs"
]
}
2016-03-28 09:32:31 +00:00
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"
2016-03-28 09:32:31 +00:00
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
}
2016-03-28 09:32:31 +00:00
},
"frameworks": {
"netcoreapp1.0": {
2016-03-28 09:32:31 +00:00
"imports": [
"portable-net45+win8",
"dnxcore50"
]
}
}
}