Skip to content

Commit

Permalink
build(deps): bump Asp.Versioning.Mvc.ApiExplorer from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [Asp.Versioning.Mvc.ApiExplorer](https://github.com/dotnet/aspnet-api-versioning) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent ffcc7d1 commit 2407d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Asp.Versioning.Http" Version="7.0.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="7.0.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="7.1.0" />
<PackageReference Include="CSharp-Result" Version="0.2.0" />
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="6.0.3" />
<PackageReference Include="FluentValidation" Version="11.5.2" />
Expand Down

0 comments on commit 2407d5e

Please sign in to comment.