Skip to content

Commit e827656

Browse files
committed
update pipelines to dotnet 10
1 parent 2af77ce commit e827656

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/backgroundjobs_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup dotnet 9.0
19+
- name: Setup dotnet 10.0
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: "9.0.x"
22+
dotnet-version: "10.0.x"
2323

2424
- name: Restore NuGet packages
2525
run: dotnet restore ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj

.github/workflows/backgroundjobs_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Setup dotnet 9.0
34+
- name: Setup dotnet 10.0
3535
uses: actions/setup-dotnet@v5
3636
with:
37-
dotnet-version: "9.0.x"
37+
dotnet-version: "10.0.x"
3838

3939
- name: Restore NuGet packages
4040
run: |

.github/workflows/cronjobs_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup dotnet 9.0
19+
- name: Setup dotnet 10.0
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: "9.0.x"
22+
dotnet-version: "10.0.x"
2323

2424
- name: Restore NuGet packages
2525
run: dotnet restore ./src/Pilgaard.CronJobs/Pilgaard.CronJobs.csproj

.github/workflows/cronjobs_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Setup dotnet 9.0
34+
- name: Setup dotnet 10.0
3535
uses: actions/setup-dotnet@v5
3636
with:
37-
dotnet-version: "9.0.x"
37+
dotnet-version: "10.0.x"
3838

3939
- name: Restore NuGet packages
4040
run: |

.github/workflows/recurringjobs_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup dotnet 9.0
19+
- name: Setup dotnet 10.0
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: "9.0.x"
22+
dotnet-version: "10.0.x"
2323

2424
- name: Restore NuGet packages
2525
run: dotnet restore ./src/Pilgaard.RecurringJobs/Pilgaard.RecurringJobs.csproj

.github/workflows/recurringjobs_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Setup dotnet 9.0
34+
- name: Setup dotnet 10.0
3535
uses: actions/setup-dotnet@v5
3636
with:
37-
dotnet-version: "9.0.x"
37+
dotnet-version: "10.0.x"
3838

3939
- name: Restore NuGet packages
4040
run: |

.github/workflows/scheduledjobs_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup dotnet 9.0
19+
- name: Setup dotnet 10.0
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: "9.0.x"
22+
dotnet-version: "10.0.x"
2323

2424
- name: Restore NuGet packages
2525
run: dotnet restore ./src/Pilgaard.ScheduledJobs/Pilgaard.ScheduledJobs.csproj

.github/workflows/scheduledjobs_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Setup dotnet 9.0
34+
- name: Setup dotnet 10.0
3535
uses: actions/setup-dotnet@v5
3636
with:
37-
dotnet-version: "9.0.x"
37+
dotnet-version: "10.0.x"
3838

3939
- name: Restore NuGet packages
4040
run: |

0 commit comments

Comments
 (0)