should I delete ‘Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes’ after migrate to .net8?
I am working on migrate from .net6 to .net8.I had read the documentation says do not use anymore package references related to Microsoft.Azure.WebJobs.*
. In currently project the openAPI is using decoration like [OpenApiOperation]
but this is rely on Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes
. If I remove the code will break. How am I supports to do for this?