Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 439 Bytes

LangVersionFixer

A tiny utility to set the LangVersion property of all *.csprojs in a folder

Usage

Download the latest release from here.

Then run LangVersionFixer <folder-with-csprojs> <lang-version-number|'default'>.

Example

LangVersionFixer "C:\Code\AwesomeProject" 5 - Will set LangVersion to 5 for all *.csproj under C:\Code\AwesomeProject.