Ingenico-ePayments / connect-sdk-dotnet

Ingenico Connect .NET Server SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/server/dotnet/
MIT License
33 stars 16 forks source link

Drop dependency on Microsoft HTTP Client Libraries #1

Closed rzontar closed 4 years ago

rzontar commented 7 years ago

Since this Package targets .Net 4.5 and above, I believe the Nuget Package Microsoft.Net.Http is redundant, since System.Net.Http is already part of the .Net Framework since Version 4.5.

When dropping the dependency following Packages could be removed: <package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" /> <package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" /> <package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />

rob-spoor commented 4 years ago

For your information, the changes we are making for https://github.com/Ingenico-ePayments/connect-sdk-dotnet/issues/3 will see a cleaned up dependency list. These dependencies will no longer be required.

rob-spoor commented 4 years ago

These dependencies have now been dropped with the new .NET Standard compatible release.