Problem: We have an app on .NET 6
and with the upcoming 11/4 deadline, we want to move onto .NET 8
. When I upgraded the solution's projects, I only had one Nuget package that was flagged as ...not fully compatible with the project
and it was reverted to a legacy version. It was Microsoft.AspNet.WebApi.Cors 5.3.0
Q: Is there an alternative for Microsoft.AspNet.WebApi.Cors 5.3.0that people are using for .NET 8, or is everyone just waiting for Microsoft to make it compatible with .NET 8?
Thanks for any insight you guys can offer. Take care!