Parcourir la source

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

Gert Driesen il y a 8 ans
Parent
commit
ccefd706a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>