Skip to content

Commit 5e321e0

Browse files
committed
Use .NET 8 SDK in release pipeline
1 parent abf2b5b commit 5e321e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: 6.0.x
17+
dotnet-version: 8.0.x
1818
- run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/setup@v0

0 commit comments

Comments
 (0)