File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments