Skip to content

Commit 3724fc6

Browse files
Update dotnet.yml
1 parent 56116ce commit 3724fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: '7.0.x' # Use '7.0.x' to get the latest patch of .NET 7.0
24+
dotnet-version: '8.0.403' # Use '7.0.x' to get the latest patch of .NET 7.0
2525

2626
- name: Restore dependencies
2727
run: dotnet restore

0 commit comments

Comments
 (0)