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

22 lines
401 B
JSON
Raw Normal View History

2016-04-02 04:52:08 +00:00
{
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {},
"frameworks": {
"netstandard1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-24008"
2016-04-02 04:52:08 +00:00
}
}
}
}
}