Skip to content
Merged
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
Prev Previous commit
Next Next commit
Bumped to 9.0.300
  • Loading branch information
jamescrosswell committed Jun 6, 2025
commit a75a0643b112512ff8ae00bf6bb7d08c89ba221c
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.204
9.0.300

- 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.204",
"workloadVersion": "9.0.204",
"version": "9.0.300",
"workloadVersion": "9.0.300",
"rollForward": "disable",
"allowPrerelease": false
}
Expand Down