Skip to content

Commit b7eafa3

Browse files
committedApr 2, 2025
Update client for 9.0
2 parents 8ae0c68 + cd85257 commit b7eafa3

File tree

2,785 files changed

+478553
-340248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,785 files changed

+478553
-340248
lines changed
 

‎.buildkite/DockerFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOTNET_VERSION=8.0.400
1+
ARG DOTNET_VERSION=9.0.100
22
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} AS elasticsearch-net-build
33

44
ENV NUGET_SCRATCH="/tmp/NuGetScratch"

‎.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
TEST_SUITE: "{{ matrix.suite }}"
77
STACK_VERSION: master-SNAPSHOT
8-
DOTNET_VERSION: 8.0.400
8+
DOTNET_VERSION: 9.0.100
99
matrix:
1010
setup:
1111
suite:

0 commit comments

Comments
 (0)