danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Will MailChimp.NET compile in .NET 3.5? #80

Closed chrisofspades closed 10 years ago

chrisofspades commented 10 years ago

When I tried to install the NuGet package, I got the following error:

Could not install package 'MailChimp.NET 1.1.0.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any assembly references or content files that are compatible with that framework.

danesparza commented 10 years ago

It's 4.x only for the time being. See issue #76 . Sorry. I'm happy to review pull requests that would resolve this issue.

chrisofspades commented 10 years ago

Looks like it wouldn't take much to make it 3.5 compatible. I've submitted my pull request.