Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write

env:
DOTNET_SDK_VERSION: "10.0.201"
DOTNET_SDK_VERSION: "10.0.204"
IMAGE_NAME: dotnet-sdk-extended

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
on: workflow_dispatch

env:
DOTNET_SDK_VERSION: "10.0.201"
DOTNET_SDK_VERSION: "10.0.204"

run-name: "v10.0.201"
run-name: "v10.0.204"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Image registry:
- [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/)
- [10.0.201](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/)
- [10.0.204](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/)

## Tool versions
- Node.js: 24.13.0 (LTS)
Expand Down
Loading