Skip to content

Commit b0635c9

Browse files
wjlafranceclaude
andcommitted
Update CI workflow for .NET 10.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 04977d0 commit b0635c9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: .NET
22

33
on:
44
push:
@@ -15,13 +15,13 @@ jobs:
1515
working-directory: ./src/Atlasd
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Checkout submodules
2020
run: git submodule update --init --recursive
21-
- name: Setup .NET Core
22-
uses: actions/setup-dotnet@v1
21+
- name: Setup .NET
22+
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 3.1.301
24+
dotnet-version: '10.0.x'
2525
- name: Install dependencies
2626
run: dotnet restore
2727
working-directory: ${{env.working-directory}}

0 commit comments

Comments
 (0)