Skip to content

Commit 60fce7e

Browse files
codebytesCopilot
andcommitted
chore: update CI to .NET 8 SDK and latest actions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8898596 commit 60fce7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v6
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: '5.0.x'
19+
dotnet-version: '8.0.x'
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.0",
4-
"rollForward": "latestMajor"
3+
"version": "8.0.100",
4+
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)