Skip to content

Commit e08456c

Browse files
committed
fix: update .NET setup to include version specification for builds
1 parent 02b0a77 commit e08456c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5
21+
with:
22+
dotnet-version: |
23+
8.x
24+
9.x
25+
10.x
2126
2227
- name: Build projects
2328
shell: bash

0 commit comments

Comments
 (0)