dotnet-installer/omnisharp.json
David Fowler 69b5e3f815 Fixing versions
- Added --version-suffix to build and publish
- Support reading DOTNET_* version variables everywhere versions can be read
- Show the commit sha in dotnet --version
- Added tests that check the assembly output version
- Set DOTNET_BUILD_VERSION when producing the CLI app itself so that it has the version information stamped in for help.
2016-02-18 01:10:07 -08:00

5 lines
No EOL
106 B
JSON

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