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

37 lines
699 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.1"
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"
},
"NuGet.Frameworks": "3.6.0-rc-1979"
2016-03-28 09:32:31 +00:00
},
"frameworks": {
"netcoreapp1.0": {
2016-03-28 09:32:31 +00:00
"imports": [
"portable-net45+win8",
"dnxcore50"
]
}
}
}