Skip to content

Commit 8180ba2

Browse files
authored
ci: multiple dotnet versions
1 parent e17c073 commit 8180ba2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- name: Setup .NET Core @ Latest
3838
if: needs.prereleaseCheck.outputs.trigger_release == 'true'
3939
uses: actions/setup-dotnet@v1
40+
with:
41+
dotnet-version: |
42+
8.0.x
43+
9.0.x
4044
4145
- name: Build ${{ matrix.package-name }} project and pack NuGet package
4246
if: needs.prereleaseCheck.outputs.trigger_release == 'true'

0 commit comments

Comments
 (0)