From 6f89f7ee17ac1124afc3cc93dae91c8902353b07 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Fri, 23 Jan 2026 15:25:37 +0100 Subject: [PATCH] Build the version v9.0.310 of .NET SDK --- .github/workflows/github-actions-release.yaml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-release.yaml b/.github/workflows/github-actions-release.yaml index bc602aa..a1f5d8e 100644 --- a/.github/workflows/github-actions-release.yaml +++ b/.github/workflows/github-actions-release.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch env: - DOTNET_SDK_VERSION: "9.0.309" + DOTNET_SDK_VERSION: "9.0.310" -run-name: "v9.0.309" +run-name: "v9.0.310" jobs: build: diff --git a/README.md b/README.md index 3528414..7a45371 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Image registry: - [9.0.306](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.307](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.308](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) + - [9.0.309](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) + - [9.0.310](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) ## Tool versions - Node.js: v22.22.0 (LTS)