dotnet-installer/TestAssets/TestProjects/PortableTests/PortableAppCompilationContext/project.json

18 lines
317 B
JSON
Raw Normal View History

2016-04-02 04:52:08 +00:00
{
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
2016-04-02 04:52:08 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-04-07 00:45:38 +00:00
"version": "1.0.0-rc2-*"
2016-04-02 04:52:08 +00:00
}
}
}
}
}