Skip to content

Commit 16a6d0a

Browse files
Bump FastEndpoints.Swagger and FastEndpoints
Bumps [FastEndpoints.Swagger](https://github.com/FastEndpoints/FastEndpoints) and [FastEndpoints](https://github.com/FastEndpoints/FastEndpoints). These dependencies needed to be updated together. Updates `FastEndpoints.Swagger` from 5.20.0-rc2 to 5.22.0 - [Release notes](https://github.com/FastEndpoints/FastEndpoints/releases) - [Commits](FastEndpoints/FastEndpoints@v5.20.0-rc2...v5.22) Updates `FastEndpoints` from 5.20.0-rc2 to 5.22.0 - [Release notes](https://github.com/FastEndpoints/FastEndpoints/releases) - [Commits](FastEndpoints/FastEndpoints@v5.20.0-rc2...v5.22) --- updated-dependencies: - dependency-name: FastEndpoints.Swagger dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: FastEndpoints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e1e6f1 commit 16a6d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Api.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="FastEndpoints" Version="5.20.0-rc2" />
12-
<PackageReference Include="FastEndpoints.Swagger" Version="5.20.0-rc2" />
11+
<PackageReference Include="FastEndpoints" Version="5.22.0" />
12+
<PackageReference Include="FastEndpoints.Swagger" Version="5.22.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0"/>
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/>
1515
</ItemGroup>

0 commit comments

Comments
 (0)