Skip to content

Commit fefa443

Browse files
committed
fix ci
1 parent 9dbbb3b commit fefa443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET SDK
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 9.0.x
2828
- name: Build
2929
run: dotnet build -c Release
3030
- name: Test

.github/workflows/publish-nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET SDK
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: 8.0.x
18+
dotnet-version: 9.0.x
1919
- name: Build
2020
run: dotnet build -c Release
2121
- name: Test

0 commit comments

Comments
 (0)