Browse Source

Set C# language version to 5 for release and debug configuration.

Gert Driesen 8 years ago
parent
commit
ccefd706a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Renci.SshNet/Renci.SshNet.csproj

+ 1 - 0
src/Renci.SshNet/Renci.SshNet.csproj

@@ -36,6 +36,7 @@
     <NoWarn>
     </NoWarn>
     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+    <LangVersion>5</LangVersion>
   </PropertyGroup>
   <PropertyGroup>
     <SignAssembly>true</SignAssembly>