Skip to content

Commit ae48066

Browse files
authored
Use .net8 for create release
1 parent 380e2c4 commit ae48066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
dotnet-version: 6.0.x
3535

36-
- name: Install dotnet 7.0
36+
- name: Install dotnet 8.0
3737
uses: actions/setup-dotnet@v3
3838
with:
39-
dotnet-version: 7.0.x
39+
dotnet-version: 8.0.x
4040

4141
- name: Install GitVersion.Tool
4242
run: dotnet tool install --global GitVersion.Tool

0 commit comments

Comments
 (0)