Skip to content

Commit 0b20d6e

Browse files
committed
Update release pipeline to dotnet 8
1 parent f911ed0 commit 0b20d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '5.0.x'
21+
dotnet-version: '8.0.x'
2222
- name: Get version from tag
2323
run: |
2424
TAGVERSION=$(git describe --tags --abbrev=0)

0 commit comments

Comments
 (0)