Migrating from 2.3.0 to 2.4.3
ajtruckle opened this issue · 3 comments
ajtruckle commented
Are there any code breaking changes for migrating from 2.3.0 to 2.4.3?
Thanks.
Andrew
ericnewton76 commented
I'm pretty sure there's not. There's a couple of PRs that would create breaking changes but those have been put on hold.
Any real breaking changes (that we can honestly detect) would be in a v3.0 release.
ramondeklein commented
There is a breaking change, because it requires netstandard2.0, so this breaks compatibility with .NET Framework <4.6.1. See also #509.
ajtruckle commented
Thanks @ramondeklein . Fortunately I default to 4.6.2.
Andrew