Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khellang/langversionfixer
A tiny utility to set the LangVersion property of all *.csprojs in a folder
https://github.com/khellang/langversionfixer
Last synced: about 2 months ago
JSON representation
A tiny utility to set the LangVersion property of all *.csprojs in a folder
- Host: GitHub
- URL: https://github.com/khellang/langversionfixer
- Owner: khellang
- Created: 2015-07-22T19:16:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T20:07:07.000Z (about 7 years ago)
- Last Synced: 2023-04-10T13:07:05.518Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangVersionFixer
A tiny utility to set the `LangVersion` property of all *.csprojs in a folder
## Usage
Download the latest release from [here](https://github.com/khellang/LangVersionFixer/releases/latest).
Then run `LangVersionFixer `.
### Example
`LangVersionFixer "C:\Code\AwesomeProject" 5` - Will set `LangVersion` to `5` for all `*.csproj` under `C:\Code\AwesomeProject`.