Skip to content

Commit 759df82

Browse files
committed
update workflow to build with .NET 6
1 parent bc1d007 commit 759df82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publishrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET Core
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: 5.0.x
23+
dotnet-version: 6.0.x
2424

2525
- name: Dump env context
2626
env:

0 commit comments

Comments
 (0)