Description
starting January 12, 2016 Microsoft will no longer provide security updates, technical support or hotfixes for .NET 4, 4.5, and 4.5.1 frameworks.
https://devblogs.microsoft.com/dotnet/support-ending-for-the-net-framework-4-4-5-and-4-5-1/
We should have a serious discussion about migrating our projects off of .NET 4.5 and onto .NET 4.5.2 instead.
I expect that dropping support for NET 4.5 would be controversial.
As a compromise, I think we could target both 4.5 and 4.5.2 until we're ready to retire 4.5 completely.
TODO:
- Add Net452 to all projects targeting net45x
- Remove Net45 and Net451
- Audit Builds and confirm that tests are being discovered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment