Skip to content

Commit b03dbc6

Browse files
Update Elastic.Transport (#8549) (#8550)
Co-authored-by: Florian Bernd <[email protected]>
1 parent a63f648 commit b03dbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Elastic.Transport" Version="0.8.1" />
34+
<PackageReference Include="Elastic.Transport" Version="0.9.2" />
3535
<PackageReference Include="PolySharp" Version="1.15.0">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Elastic.Transport" Version="0.8.1" />
16+
<PackageReference Include="Elastic.Transport" Version="0.9.2" />
1717
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)