Update the version of Swashbuckle.AspNetCore in the webapi template
DamianEdwards opened this issue · 1 comments
DamianEdwards commented
The version of Swashbuckle.AspNetCore referenced in the webapi template is quite out of date (5.6.3 vs. 6.1.4) and should be updated for the .NET 6 release to the latest version.
Note that we have some in-progress work (see #34514) that will likely impact Swashbuckle itself so we shouldn't update the version we reference in the template until we know the outcome of that and what impact it has on the version.
captainsafia commented
Note: We probably want to update it to 6.1.5 now since that release contains the fixes we need.