We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0df95d + cef1fc4 commit 7647cceCopy full SHA for 7647cce
2 files changed
src/SapNwRfc/SapConnectionParameters.cs
@@ -23,6 +23,12 @@ public class SapConnectionParameters
23
[SapName("SNC_LIB")]
24
public string SncLibraryPath { get; set; }
25
26
+ /// <summary>
27
+ /// Gets or sets the SNC SSO parameter.
28
+ /// </summary>
29
+ [SapName("SNC_SSO")]
30
+ public string SncSso { get; set; }
31
+
32
/// <summary>
33
/// Gets or sets the SNC QOP parameter.
34
/// </summary>
tests/SapNwRfc.Tests/SapNwRfc.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net472;net9</TargetFrameworks>
+ <TargetFramework>net9</TargetFramework>
5
<IsPackable>false</IsPackable>
6
<CodeAnalysisRuleSet>..\..\ca.ruleset</CodeAnalysisRuleSet>
7
<SignAssembly>true</SignAssembly>
0 commit comments