Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Extensions.Logging and Momento.Sdk in /ex…
Browse files Browse the repository at this point in the history
…amples (#590)

* chore(deps): bump Microsoft.Extensions.Logging and Momento.Sdk

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]>

* make sure all examples have updated momento dep

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anitarua <[email protected]>
  • Loading branch information
dependabot[bot] and anitarua authored Nov 26, 2024
1 parent 1831dea commit 0beb414
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/DictionaryExample/DictionaryExample.csproj
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.38.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/DisposableTokens/DisposableTokens.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>
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>
2 changes: 1 addition & 1 deletion examples/MomentoApplication/MomentoApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/MomentoLoadGen/MomentoLoadGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/MomentoUsage/MomentoUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
<PackageReference Include="Momento.Sdk" Version="1.39.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/TopicExample/TopicExample.csproj
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.38.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 0beb414

Please sign in to comment.