ReSharper on Visual Studio 2015 is generating C#6-style formatting members (using string interpolation) despite my project targeting .NET 4.5.
Is there a way to instruct it to use string.Format
? Ideally, based on the version of the .NET framework my project targets?