Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Bump .NET SDK to 9.0.204
  • Loading branch information
KnapSac committed Jun 5, 2025
commit b2cb9ae841be52eea72184d623ae494ca54ee6c3
2 changes: 1 addition & 1 deletion .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
with:
dotnet-version: |
8.0.x
9.0.203
9.0.204

- name: Install .NET Workloads
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "9.0.203",
"workloadVersion": "9.0.203",
"version": "9.0.204",
"workloadVersion": "9.0.204",
"rollForward": "disable",
"allowPrerelease": false
}
Expand Down
Loading