dotnet-installer/TestAssets/TestProjects/AppWithNet46AndRoslyn/project.json
2016-05-26 13:13:24 -05:00

11 lines
No EOL
182 B
JSON

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