Skip to content

Commit

Permalink
Upgrade Adyen .NET Library to 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Sep 12, 2024
1 parent 37145a6 commit 1182808
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion checkout-example/adyen-dotnet-checkout-example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion giftcard-example/adyen-dotnet-giftcard-example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion giving-example/adyen-dotnet-giving-example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion paybylink-example/adyen-dotnet-paybylink-example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adyen" Version="17.0.0" />
<PackageReference Include="Adyen" Version="18.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.30" />
</ItemGroup>
</Project>

0 comments on commit 1182808

Please sign in to comment.