Skip to content

Commit d43588c

Browse files
committed
auth sdk version upgrade
1 parent 4f1554a commit d43588c

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
@@ -83,7 +83,7 @@ OpenAPI spec version: 0.0.1
8383
<Reference Include="System.Runtime.Serialization" />
8484
<Reference Include="System.Xml" />
8585
<Reference Include="AuthenticationSdk">
86-
<HintPath>packages\CyberSource.Authentication.0.0.0.15\lib\AuthenticationSdk.dll</HintPath>
86+
<HintPath>packages\CyberSource.Authentication.0.0.0.16\lib\AuthenticationSdk.dll</HintPath>
8787
</Reference>
8888
<Reference Include="NLog">
8989
<SpecificVersion>False</SpecificVersion>

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CyberSource.Authentication" version="0.0.0.15" targetFramework="net461" />
3+
<package id="CyberSource.Authentication" version="0.0.0.16" targetFramework="net461" />
44
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net461" />
55
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
66
<package id="NLog" version="4.5.10" targetFramework="net461" />

0 commit comments

Comments
 (0)