Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer and Microsoft.As…
Browse files Browse the repository at this point in the history
…pNetCore.Mvc.Versioning

Bumps [Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer](https://github.com/dotnet/aspnet-api-versioning) and [Microsoft.AspNetCore.Mvc.Versioning](https://github.com/dotnet/aspnet-api-versioning). These dependencies needed to be updated together.

Updates `Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v5.0.0...v5.1.0)

Updates `Microsoft.AspNetCore.Mvc.Versioning` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v5.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 079b810 commit 2c99192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MADE.Web/MADE.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
</ItemGroup>

</Project>

0 comments on commit 2c99192

Please sign in to comment.