Skip to content

Commit dcb5867

Browse files
authored
Update .NET Core version in workflow
1 parent 613e7d7 commit dcb5867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET Core
4949
uses: actions/setup-dotnet@v1
5050
with:
51-
dotnet-version: '6.0.x'
51+
dotnet-version: '10.0.x'
5252
- name: Install dependencies
5353
run: dotnet restore
5454
env:

0 commit comments

Comments
 (0)