dotnet-installer/omnisharp.json
David Fowler 77dfbd8e43 Fixed the build
- csc kept crashing on stage 2 and it turned out to be a version mismatch with System.Reflection.Metadata.
- Silenced crossgen
- Made omnisharp see all of the projects
2016-02-15 09:03:40 -08:00

5 lines
No EOL
110 B
JSON

{
"dnx": {
"projects": "src/*/project.json;test/src/*/project.json;scripts/*/project.json"
}
}