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

Unable to install NuGet package Amazon.SQS.ExtendedClient #9

Closed gitbitlit closed 6 years ago

gitbitlit commented 6 years ago

Error : Could not install package 'Amazon.SQS.ExtendedClient 1.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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.

raol commented 6 years ago

@gitbitlit you can use old version which targets old framework. Install-Package Amazon.SQS.ExtendedClient -Version 0.2.3

raol commented 6 years ago

Closing this issue because of existing workaround.

raol commented 6 years ago

@gitbitlit I've finally backported the package to the net45. You can use the latest version now.