Skip to content

Commit a0541e6

Browse files
committed
Adding Reference to CyberSource.Authentication Nuget Package
1 parent 213e25b commit a0541e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ OpenAPI spec version: 0.0.1
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<ItemGroup>
41+
<Reference Include="AuthenticationSdk, Version=0.0.0.1, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>packages\CyberSource.Authentication.0.0.0.1\lib\AuthenticationSdk.dll</HintPath>
43+
<Private>True</Private>
44+
</Reference>
4145
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4246
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4347
<Private>True</Private>
@@ -315,7 +319,9 @@ OpenAPI spec version: 0.0.1
315319
<Compile Include="Properties\AssemblyInfo.cs" />
316320
</ItemGroup>
317321
<ItemGroup>
318-
<None Include="packages.config" />
322+
<None Include="packages.config">
323+
<SubType>Designer</SubType>
324+
</None>
319325
</ItemGroup>
320326
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
321327
</Project>

packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="CyberSource.Authentication" version="0.0.0.1" targetFramework="net461" />
34
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
45
<package id="RestSharp" version="106.4.1" targetFramework="net461" />
56
</packages>

0 commit comments

Comments
 (0)