Skip to content

Commit

Permalink
build(deps): bump Microsoft.Extensions.ApiDescription.Client
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.ApiDescription.Client](https://github.com/dotnet/aspnetcore) from 8.0.10 to 9.0.0.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.ApiDescription.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent caeed17 commit 56ebe05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ZNotify/ZNotify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="FluentResults" Version="3.16.0" />
<PackageReference Include="Microsoft.Extensions.ApiDescription.Client" Version="8.0.10">
<PackageReference Include="Microsoft.Extensions.ApiDescription.Client" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/ZNotify/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Microsoft.Extensions.ApiDescription.Client": {
"type": "Direct",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "2avw5tqHeUwkp4iaRD5z7w82/UAL1XDNNg5zdCadpHjeF2TIGB2YdwtPnxSt0URJwRcB+EyiGV9+qZ9I5tKCbg=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "IdMbOqk1voSh3Bavt5MRDXtJNNrMvRaiXHA8qZ7VdIA+U2I9jBAexuoo8eWlvneDuwB9al3Z2u14rNSB25u5mg=="
},
"Newtonsoft.Json": {
"type": "Direct",
Expand Down

0 comments on commit 56ebe05

Please sign in to comment.