What are you wanting to achieve?
I'm reading migrating guide for Swashbuckle.AspNetCore v10 and trying to understand if it is still compatible with ASP.NET Core 8 or only with ASP.NET Core 10.
It is not mentioned explicitly in the guide that ASP.NET Core 10 is required, while I read that "For the same breaking changes, ASP.NET Core v10+ also depends on Microsoft.OpenApi v2+" from which I may conclude that ASP.NET Core v9 and earlier depends on Microsoft.OpenApi v1 and if I start using Swashbuckle.AspNetCore v10 I can get dependency conflict.
Can you please clear this out? And mention this more explicitly in the migrating guide?
What code or approach do you have so far?
Not applicable.
Additional context
No response