Skip to content

Commit 248acc4

Browse files
Use .net6 runtime in Github actions workflow for release builds
1 parent 830c2c9 commit 248acc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: 5.0.x
22+
dotnet-version: 6.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build

0 commit comments

Comments
 (0)