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

28 lines
584 B
JSON
Raw Normal View History

2016-03-28 09:32:31 +00:00
{
2016-05-04 05:30:31 +00:00
"version": "1.0.0",
2016-03-28 09:32:31 +00:00
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"**/*.cs",
"../../../src/dotnet/CommandLine/*.cs"
],
2016-03-28 09:32:31 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-04-07 00:45:38 +00:00
"version": "1.0.0-rc2-*"
2016-03-28 09:32:31 +00:00
},
2016-05-04 05:30:31 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*"
2016-03-28 09:32:31 +00:00
},
"frameworks": {
"netcoreapp1.0": {
2016-03-28 09:32:31 +00:00
"imports": [
"portable-net45+win8",
"dnxcore50"
]
}
}
}