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

11 lines
182 B
JSON
Raw Normal View History

{
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-05-26 18:13:24 +00:00
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160525-03"
},
"frameworks": {
"net46": { }
}
}