Skip to content

Commit 0b371d8

Browse files
committed
Upgrade GitHub Actions workflow to use .NET 10.0
1 parent 2639686 commit 0b371d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Setup .NET 8.0
18+
- name: Setup .NET 10.0
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 8.0.x
21+
dotnet-version: 10.0.x
2222
include-prerelease: false
2323
- name: Install dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)