Skip to content

Commit 701066e

Browse files
committed
Upgrade to API specification - Nov 2020
1 parent 73a71fd commit 701066e

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

cybersource-rest-auth-netstandard/ApiSdk/ApiSdk/ApiSdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<Reference Include="AuthenticationSdk">
27-
<HintPath>..\..\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.0\AuthenticationSdk.dll</HintPath>
26+
<Reference Include="Cybersource.Authentication.NetStandard">
27+
<HintPath>..\..\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.1\Cybersource.Authentication.NetStandard.dll</HintPath>
2828
</Reference>
2929
</ItemGroup>
3030

cybersource-rest-auth-netstandard/ApiSdk/ApiSdkTests.NetCore/ApiSdkTests.NetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<Reference Include="AuthenticationSdk">
23-
<HintPath>..\..\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.0\AuthenticationSdk.dll</HintPath>
22+
<Reference Include="Cybersource.Authentication.NetStandard">
23+
<HintPath>..\..\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.1\Cybersource.Authentication.NetStandard.dll</HintPath>
2424
</Reference>
2525
</ItemGroup>
2626

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,9 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<Reference Include="AuthenticationSdk">
36-
<HintPath>..\..\cybersource-rest-auth-netstandard\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.1\AuthenticationSdk.dll</HintPath>
35+
<Reference Include="Cybersource.Authentication.NetStandard">
36+
<HintPath>..\..\cybersource-rest-auth-netstandard\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.1\Cybersource.Authentication.NetStandard.dll</HintPath>
3737
</Reference>
3838
</ItemGroup>
3939

40-
<ItemGroup>
41-
<Content Include="README.md">
42-
<Pack>true</Pack>
43-
<PackagePath>\</PackagePath>
44-
</Content>
45-
</ItemGroup>
46-
4740
</Project>

0 commit comments

Comments
 (0)