Skip to content

Commit 33cea55

Browse files
Disable rollForward to pin specific version of dotnet-format that is used
1 parent 9246a29 commit 33cea55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
with:
6161
dotnet-version: |
6262
8.0.x
63-
9.0.100
63+
9.0.103
6464
6565
- name: Install .NET Workloads
6666
shell: bash

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
4-
"rollForward": "latestMinor",
3+
"version": "9.0.103",
4+
"rollForward": "disable",
55
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)