Skip to content

Commit 77f5f63

Browse files
committed
Updated C# CI to .NET 8.0.
1 parent f965eae commit 77f5f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions_csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '6.0.x'
18+
dotnet-version: '8.0.x'
1919
- name: Install Dependencies
2020
run: dotnet restore
2121
- name: Build Solution

0 commit comments

Comments
 (0)