Hi Team,
Hope You are well
I’ve noticed on here
https://github.com/clover/remote-pay-windows
that it states that .NET 4.5 is required. It also has .NET 4.5 as a minimum requirement on the Nuget package:
https://www.nuget.org/packages/Clover.RemotePayWindows
However, when I download the SDK from here:
https://github.com/clover/remote-pay-windows/archive/master.zip
I can see that all of the projects, including the examples are .NET 4.0.
So my questions are:
- Can the version 4 SDK be used with .NET 4.0?
- If it can, why does the Nuget package have a dependency on .NET 4.5, and why are the samples using 4.0?
- If it can’t, am I ok to use version 3.0.2 of the SDK with the version 2 Clover device? I can see that this one has a dependency on .NET 4.0 and not 4.5.