Skip to content

Commit cef1fc4

Browse files
committed
Merge branch 'hotfix/1.6.4'
2 parents 267be7c + 3e0b0ed commit cef1fc4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/SapNwRfc/SapConnectionParameters.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ public class SapConnectionParameters
2323
[SapName("SNC_LIB")]
2424
public string SncLibraryPath { get; set; }
2525

26+
/// <summary>
27+
/// Gets or sets the SNC SSO parameter.
28+
/// </summary>
29+
[SapName("SNC_SSO")]
30+
public string SncSso { get; set; }
31+
2632
/// <summary>
2733
/// Gets or sets the SNC QOP parameter.
2834
/// </summary>

tests/SapNwRfc.Tests/SapNwRfc.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net9</TargetFrameworks>
4+
<TargetFramework>net9</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<CodeAnalysisRuleSet>..\..\ca.ruleset</CodeAnalysisRuleSet>
77
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)