Skip to content

Commit acd0691

Browse files
committed
Update .NET version in CI
1 parent 217a147 commit acd0691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
submodules: true
2525
fetch-depth: 0
2626

27-
- name: Install .NET 8.0
27+
- name: Install .NET 9.0
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: '8.0.x'
30+
dotnet-version: '9.0.x'
3131

3232
- name: Build, Test, Pack, Publish
3333
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)