-
Notifications
You must be signed in to change notification settings - Fork 118
Upgrading the project to use either .NET 4.0 or 4.5 framework #92
Comments
😄 the project was originally .NET 4.5. It was then downgraded to .NET 3.5 to increase integration compatibility. I would love to push the envelope, but it would be at the expense of some folks that are stuck with .NET 3.5. |
No problem -- I figured there was a reason :-) |
Hello, i'm using .Net Framework 4.5 and i'm facing a problem with the MergeVars. Kind regards, |
@ThomSeys How have you determined your issue is the .NET version? Are you able to take the source, change the project output to .NET 4.5 and have this problem suddenly go away? |
Hi @danesparza, I fixed it like you are saying above here. Kind regards, |
Please see #176 for an attempt to update this to .NET 4.5 |
Would it be a breaking change if we updated this solution to use the .NET 4.0 or even 4.5 framework?
There are a few language enhancements that were introduced in .NET 4.0 that I would like to use in some refactoring of the MailChimpExport.cs class.
This is not a big deal either way, but it would be nice to take advantage of if the solution could be upgraded.
The text was updated successfully, but these errors were encountered: