Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.