Skip to content

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

Notifications You must be signed in to change notification settings

khellang/LangVersionFixer

Repository files navigation

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.