2016-03-28 09:32:31 +00:00
|
|
|
{
|
2016-05-10 21:51:56 +00:00
|
|
|
"version": "1.0.0-rc-*",
|
2016-03-28 09:32:31 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
2016-04-20 03:51:32 +00:00
|
|
|
"compile": [
|
|
|
|
"**/*.cs",
|
|
|
|
"../../../src/dotnet/CommandLine/*.cs"
|
|
|
|
],
|
2016-03-28 09:32:31 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-03-28 09:32:31 +00:00
|
|
|
},
|
2016-05-06 00:21:27 +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": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-28 09:32:31 +00:00
|
|
|
"imports": [
|
|
|
|
"portable-net45+win8",
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|