How do I disable C# 6 Support in Visual Studio 2015?

前端 未结 6 1188
名媛妹妹
名媛妹妹 2020-12-04 08:14

Background

We have a project that we\'re developing in VS 2015 with C#6 enabled that occasionally needs to be opened by developers using VS 2013 without C#6.

6条回答
  •  無奈伤痛
    2020-12-04 08:45

    This tool I wrote might help you if you have many projects that you need to set LangVersion for.

提交回复
热议问题