Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
Removes .net7 as it's out of support. Keeping .net6 for now to help adoption- although it will be out of support soon.
Adds .net9 as a target for tests and asp.net
Adds a missing readonly
Visible Changes
No visible changes- although we will no longer run tests directly on .net 7. Once .net 6 is removed- customers using .net6 or .net7 will be unable to use the library.
Why this PR?
Visible Changes