Skip to content

Commit 0a3e2ef

Browse files
chore(deps): update dependency dotnet-sdk to v9.0.202
1 parent 9c989b2 commit 0a3e2ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
2323
with:
24-
dotnet-version: 9.0.200
24+
dotnet-version: 9.0.202
2525
- name: Install tools
2626
run: dotnet tool restore
2727
- name: Check formatting
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup .NET
3636
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
3737
with:
38-
dotnet-version: 9.0.200
38+
dotnet-version: 9.0.202
3939
- name: Run tests
4040
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4141
- name: Upload coverage reports to Codecov
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup .NET
5555
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
5656
with:
57-
dotnet-version: 9.0.200
57+
dotnet-version: 9.0.202
5858
- name: Run tests
5959
run: dotnet test -c Debug
6060
publish-docs:
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup .NET
141141
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
142142
with:
143-
dotnet-version: 9.0.200
143+
dotnet-version: 9.0.202
144144
- name: Build
145145
run: dotnet build -c Release
146146
- name: Pack

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.200",
3+
"version": "9.0.202",
44
"rollForward": "latestMajor",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)