How can I add C# 6.0 to Visual Studio 2013? [duplicate]
This question already has an answer here: How to enable C# 6.0 feature in Visual Studio 2013? 6 answers Is there any way to add C# 6.0 to Visual Studio 2013? If I can't why is that? The best you can currently do for VS2013 is download the April End User Preview , which is pretty outdated by now. The VS2013 compiler (as is) doesn't "understand" C#-6 features. Most, if not all of the C# new features are syntactic sugar which the compiler interprets and emits different code for. In order for VS2013 to support that, it has to upgrade the compiler to support those features. Not to mention VS2015