Set c# language version to 5.0

This commit is contained in:
Michael Handschuh
2016-01-29 17:41:20 -05:00
parent de5c12cdad
commit 40d47d5523
20 changed files with 22 additions and 0 deletions
@@ -11,6 +11,7 @@
<AssemblyName>QuantConnect.Algorithm.Python</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>