Skip to content

Commit 11f54d9

Browse files
authored
Update unittests.yml
1 parent 60a4676 commit 11f54d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: '3.1.x'
20-
- name: Setup dotnet 5.0
20+
- name: Setup dotnet 6.0
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: '5.0.x'
23+
dotnet-version: '6.0.x'
2424
- name: Build with dotnet
2525
run: dotnet build --configuration Release
2626
- name: Run unit tests

0 commit comments

Comments
 (0)