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 .Net Standard 1.6 #6

Closed tommed closed 6 years ago

tommed commented 7 years ago

The dependencies all support NetStandard1.3 so let's get this supporting .Net Standard too :)

ccelson commented 7 years ago

Any chance we could get this reviewed?

raol commented 7 years ago

@ccelson as far as I can see from README.md, you maintain separate project in you fork. There are references to this repo, like "this project is port from " etc. Do you still want to merge? If so, I will review in the near future.

ccelson commented 7 years ago

@raol I was recently trying to pull this library into a .Net standard 1.6 project using Nuget, I didn't read the updated README, just noticed that it was a PR for .Net standard 1.6 updates. I would find it useful to have that support for sure, but its up to you

dietermijle commented 6 years ago

Any update on this one? Would also like to port this to netstandard1.6.

raol commented 6 years ago

@dietermijle I've started making all necessary changes in #7. Hope to fix everything in one-two days.

raol commented 6 years ago

I'm closing this PR because finally I managed to port the library to netstandard 1.6 myself.