Skip to content

Commit 3061ec6

Browse files
authored
Update .NET SDK to 8.0.409 (#382)
1 parent d9151ec commit 3061ec6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 8.0.406
23+
dotnet-version: 8.0.409
2424
- name: Build
2525
shell: pwsh
2626
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup .NET
3838
uses: actions/setup-dotnet@v4
3939
with:
40-
dotnet-version: 8.0.406
40+
dotnet-version: 8.0.409
4141
- name: Build
4242
shell: pwsh
4343
run: |
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup .NET
5555
uses: actions/setup-dotnet@v4
5656
with:
57-
dotnet-version: 8.0.406
57+
dotnet-version: 8.0.409
5858
- name: Build
5959
shell: pwsh
6060
run: |

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.406"
3+
"version": "8.0.409"
44
}
55
}

0 commit comments

Comments
 (0)