Skip to content

Commit 80eec71

Browse files
authored
Merge pull request #112 from snavinch/master
+ Upgrading the Auth SDK version in Client SDK
2 parents 21d921c + 7d8595b commit 80eec71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OpenAPI spec version: 0.0.1
4040
<ItemGroup>
4141
<Reference Include="AuthenticationSdk, Version=0.0.0.10, Culture=neutral, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>packages\CyberSource.Authentication.0.0.0.10\lib\AuthenticationSdk.dll</HintPath>
43+
<HintPath>packages\CyberSource.Authentication.0.0.0.11\lib\AuthenticationSdk.dll</HintPath>
4444
</Reference>
4545
<Reference Include="System" />
4646
<Reference Include="System.Core" />

generator/cybersource-csharp-template/Project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<Reference Include="System.Runtime.Serialization" />
6969
<Reference Include="System.Xml" />
7070
<Reference Include="AuthenticationSdk">
71-
<HintPath>packages\CyberSource.Authentication.0.0.0.10\lib\AuthenticationSdk.dll</HintPath>
71+
<HintPath>packages\CyberSource.Authentication.0.0.0.11\lib\AuthenticationSdk.dll</HintPath>
7272
</Reference>
7373
<Reference Include="NLog">
7474
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)