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

12 lines
179 B
JSON
Raw Normal View History

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