Skip to content

Commit e617f44

Browse files
Joseph ShookJoseph Shook
authored andcommitted
Update prerelease.yml
1 parent 135ed79 commit e617f44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 6.0.x
15+
dotnet-version: |
16+
8.0.x
17+
9.0.x
1618
- name: Set VERSION variable from tag
1719
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
1820
- name: Pack

0 commit comments

Comments
 (0)