We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b680765 commit 17a9c61Copy full SHA for 17a9c61
src/Renci.SshNet.NETCore/Renci.SshNet.NETCore.csproj
@@ -6,6 +6,7 @@
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<AssemblyName>Renci.SshNet</AssemblyName>
8
<AssemblyOriginatorKeyFile>../Renci.SshNet.snk</AssemblyOriginatorKeyFile>
9
+ <LangVersion>5</LangVersion>
10
<SignAssembly>true</SignAssembly>
11
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
12
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
0 commit comments