Skip to content

Commit 54fa9b1

Browse files
committed
Update Github Workflow
1 parent b437942 commit 54fa9b1

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Installing .NET
1616
uses: actions/setup-dotnet@v3
1717
with:
18-
dotnet-version: 7.0.x
18+
dotnet-version: 8.0.x
1919
- name: Restoring Packages
2020
run: dotnet restore src/CourseLibrary/CourseLibrary.sln
2121
- name: Building Solution

0 commit comments

Comments
 (0)