Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Extensions.Logging and Momento.Sdk
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Momento.Sdk](https://github.com/momentohq/client-sdk-dotnet). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Logging` from 7.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v6.0.0)

Updates `Momento.Sdk` from 1.37.0 to 1.39.0
- [Release notes](https://github.com/momentohq/client-sdk-dotnet/releases)
- [Commits](v1.37.0...v1.39.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Momento.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 1831dea commit d98f2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/DocExampleApis/DocExampleApis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Momento.Sdk" Version="1.37.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Momento.Sdk" Version="1.37.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>

0 comments on commit d98f2dc

Please sign in to comment.