Don't use C#6 language features for the time being #135

Merged
pragmatrix merged 1 commits from csharp5-pr into master 2015-09-30 09:21:05 -07:00
pragmatrix commented 2015-09-29 23:23:14 -07:00 (Migrated from github.com)

To keep the C# API of css-layout compilable with older versions of Visual Studio, I'd like to suggest to avoid C# 6 features for now.

The changes are minimal and should not affect the maintainability of the code. And to avoid the accidental use of C#6 features, I've set the language version of the Facebook.CSSLayout project to 5.

To keep the C# API of css-layout compilable with older versions of Visual Studio, I'd like to suggest to avoid C# 6 features for now. The changes are minimal and should not affect the maintainability of the code. And to avoid the accidental use of C#6 features, I've set the language version of the Facebook.CSSLayout project to 5.
Sign in to join this conversation.
No description provided.