dotnet-installer/TestAssets/TestProjects/AppWithNet46AndRoslyn/project.json

11 lines
182 B
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160602-01"
},
"frameworks": {
"net46": {}
}
}