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

11 lines
179 B
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60922-08"
},
"frameworks": {
"net46": {}
}
}