Skip to content

Commit 40b091c

Browse files
committed
Update dotnet
1 parent ada3b86 commit 40b091c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
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: |
2121
dotnet build

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: '8.0.x'
15+
dotnet-version: '9.0.x'
1616
- name: Pack
1717
run: |
1818
dotnet pack -c Release --nologo

0 commit comments

Comments
 (0)