Skip to content

Commit d93ef53

Browse files
authored
Update GitHub workflow with .NET 8.0.403 (#325)
1 parent 7f35f66 commit d93ef53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
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.400
23+
dotnet-version: 8.0.403
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.400
40+
dotnet-version: 8.0.403
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.400
57+
dotnet-version: 8.0.403
5858
- name: Build
5959
shell: pwsh
6060
run: |

0 commit comments

Comments
 (0)