Skip to content

Commit e56587b

Browse files
authored
Update dotnet.yml .net 8
1 parent 53c6318 commit e56587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v3
2525
with:
26-
dotnet-version: 6.0.x
26+
dotnet-version: 8.0.x
2727
- name: Restore dependencies
2828
run: dotnet restore
2929
- name: Build

0 commit comments

Comments
 (0)