Skip to content

Commit

Permalink
make sure all examples have updated momento dep
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Nov 26, 2024
1 parent d98f2dc commit ef840bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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/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>

0 comments on commit ef840bf

Please sign in to comment.