Skip to content

Commit ccf32b5

Browse files
Try different .NET version
1 parent dcfc2ab commit ccf32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-dotnet@v4
1212
with:
13-
dotnet-version: '9.0.x'
13+
dotnet-version: '8.0.x'
1414
cache: true
1515

1616
- name: Restore Dependencies

0 commit comments

Comments
 (0)