Skip to content

Commit 2e5ebdb

Browse files
committed
use dotnet 8.x
1 parent 480a43f commit 2e5ebdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup dotnet
1414
uses: actions/setup-dotnet@v3
1515
with:
16-
dotnet-version: '6.0.x'
16+
dotnet-version: '8.x'
1717
- name: Install dependencies
1818
run: dotnet restore
1919
- name: Build
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup dotnet
3434
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: '6.0.x'
36+
dotnet-version: '8.x'
3737
- name: Install dependencies
3838
run: dotnet restore
3939
- name: Build

.github/workflows/publish.yml

+1-1
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: '7.0.102'
17+
dotnet-version: '8.x'
1818
- name: Create and push NuGet package
1919
working-directory: ./src/Sdkgen.Client
2020
run: |

0 commit comments

Comments
 (0)