Closed bgelens closed 1 year ago
It's not a long term fix, but changing the reference from 7.0.* to 7.0.6 fixes the build for me and at least allows me to keep developing locally.
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="7.0.6" />
It's funny, we must have hit this at the same time. When I first got a failed build I looked in the issue list and there was nothing here, so I assumed it was my fault. A bit more digging and I came back to report an issue 😆
I have another situation. I need a bug fix from 7.0.7. But I can't install 7.0.7 due to this issue:
error NU1102: Unable to find package Swashbuckle.AspNetCore.Filters.Abstractions with version (>= 7.0.7)
@mattfrear
Sorry about that gents. I have just published 7.0.7 of the Abstractions package so it should be fixed any minute now once nuget.org processes it.
our builds are currently failing as we use Swashbuckle.AspNetCore.Filters.Abstractions 7.0.*
Swashbuckle.AspNetCore.Filters 7.0.7 was published some hours ago and it depends on the abstractions package 7.0.7 or higher which is not published afaict