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

20 lines
382 B
JSON
Raw Normal View History

2016-04-02 04:52:08 +00:00
{
"buildOptions": {
2016-04-02 04:52:08 +00:00
"emitEntryPoint": true,
"preserveCompilationContext": true
},
2016-04-29 15:11:59 +00:00
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160602-01"
2016-04-29 15:11:59 +00:00
},
2016-04-02 04:52:08 +00:00
"frameworks": {
"netcoreapp1.0": {
2016-04-02 04:52:08 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004404"
2016-04-02 04:52:08 +00:00
}
}
}
}
}