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.
We have no intention to use C# 6 within this particular solution (as much as I'd like to).
Problem
Visual Studio and ReSharper suggest helpful C# 6 language constructs that render the solution inoperable in earlier versions of Visual Studio without C#6 support.
I've disabled the ReSharper C#6 support but I can't seem to disable / limit C# features across the whole solution.
Question
How do I limit C# to C#5 capabilities within a solution or within Visual Studio 2015?