raol / amazon-sqs-net-extended-client-lib

Extension to Amazon SQS that adds support for sending and receiving messages greater than 256K
Apache License 2.0
39 stars 33 forks source link

Support for .NET 4.0 Client Profile #16

Closed kknd4eva closed 4 years ago

kknd4eva commented 5 years ago

Hi there, i was wondering if there's any possibility of building this library with support for .NET 4.0 Client Profile. I'm hoping to use the library, but the client machines will only support a maximum of this .NET version. Do you see there being any dependencies that wouldn't allow the library to be re-built against .NET 4.0?

raol commented 4 years ago

Sorry, .NET 4.0 is not supported by Microsoft anymore. So I'd like to avoid spending my time backporting this library to 4.0 either.