THRIFT-5902 Add net10 support
Client: netstd
Patch: Jens Geyer
diff --git a/build/docker/ubuntu-noble/Dockerfile b/build/docker/ubuntu-noble/Dockerfile
index 374b4b5..86617e0 100644
--- a/build/docker/ubuntu-noble/Dockerfile
+++ b/build/docker/ubuntu-noble/Dockerfile
@@ -132,10 +132,10 @@
RUN add-apt-repository ppa:dotnet/backports
RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
- dotnet-sdk-9.0 \
- dotnet-runtime-9.0 \
- aspnetcore-runtime-9.0 \
- dotnet-apphost-pack-9.0
+ dotnet-sdk-10.0 \
+ dotnet-runtime-10.0 \
+ aspnetcore-runtime-10.0 \
+ dotnet-apphost-pack-10.0
# Erlang dependencies
ARG ERLANG_OTP_VERSION=25.3.2.9