Skip to content

Full-Metal-Bagel/unity-lang-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replace project's <LangVersion> based on -langVersion option of "csc.rsp" file

openupm

// csc.rsp
-langVersion:10

// *.csproj
...
    <LangVersion>10.0</LangVersion>
...
// csc.rsp
-langVersion:preview

// *.csproj
...
    <LangVersion>11.0</LangVersion>
...

About

replace project's `<LangVersion>` based on `-langVersion` option of "csc.rsp" file

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages