Skip to content

Commit 3da3b13

Browse files
committed
Fixed reference
1 parent abcae50 commit 3da3b13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ OpenAPI spec version: 0.0.1
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
3939
<ItemGroup>
40+
<Reference Include="AuthenticationSdk">
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>packages\CyberSource.Authentication.0.0.0.12\lib\AuthenticationSdk.dll</HintPath>
43+
</Reference>
4044
<Reference Include="System" />
4145
<Reference Include="System.Core" />
4246
<Reference Include="System.Web" />
@@ -47,9 +51,6 @@ OpenAPI spec version: 0.0.1
4751
<Reference Include="System.Data" />
4852
<Reference Include="System.Runtime.Serialization" />
4953
<Reference Include="System.Xml" />
50-
<Reference Include="AuthenticationSdk">
51-
<HintPath>packages\CyberSource.Authentication.0.0.0.12\lib\AuthenticationSdk.dll</HintPath>
52-
</Reference>
5354
<Reference Include="NLog">
5455
<SpecificVersion>False</SpecificVersion>
5556
<HintPath>packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>

0 commit comments

Comments
 (0)