matmiranda / wirecard-dotnet

🚾 - API do Wirecard para .NET - SDK
https://dev.wirecard.com.br/
MIT License
2 stars 1 forks source link

Can't install on VS2012 .NET Framework 4.6.1 #21

Closed DVSCross closed 5 years ago

DVSCross commented 5 years ago

Install-Package : Could not install package 'WirecardCSharp 2.0.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. At line:1 char:1

matmiranda commented 5 years ago

Hello @DVSCross ,

Maybe your VS2012 does not support, upgrade your VS to the new one. Example: VS2017

DVSCross commented 5 years ago

There is a workaround? The migration for our kind of solution will take a lot of time. Thanks!

matmiranda commented 5 years ago

@DVSCross,

This library was written in VS2017, I do not know if there is another alternative. Maybe you need to upgrade to a newer version. You can upgrade to VS2015 or VS2017.