diff --git a/.github/workflows/backgroundjobs_cd.yml b/.github/workflows/backgroundjobs_cd.yml index c3181a3..10465b5 100644 --- a/.github/workflows/backgroundjobs_cd.yml +++ b/.github/workflows/backgroundjobs_cd.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: dotnet restore ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj diff --git a/.github/workflows/backgroundjobs_ci.yml b/.github/workflows/backgroundjobs_ci.yml index e839f6d..75d8dde 100644 --- a/.github/workflows/backgroundjobs_ci.yml +++ b/.github/workflows/backgroundjobs_ci.yml @@ -31,10 +31,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: | diff --git a/.github/workflows/cronjobs_cd.yml b/.github/workflows/cronjobs_cd.yml index 76bde18..4823b57 100644 --- a/.github/workflows/cronjobs_cd.yml +++ b/.github/workflows/cronjobs_cd.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: dotnet restore ./src/Pilgaard.CronJobs/Pilgaard.CronJobs.csproj diff --git a/.github/workflows/cronjobs_ci.yml b/.github/workflows/cronjobs_ci.yml index 9396a49..65aa220 100644 --- a/.github/workflows/cronjobs_ci.yml +++ b/.github/workflows/cronjobs_ci.yml @@ -31,10 +31,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: | diff --git a/.github/workflows/recurringjobs_cd.yml b/.github/workflows/recurringjobs_cd.yml index 9713ecc..e07c8f7 100644 --- a/.github/workflows/recurringjobs_cd.yml +++ b/.github/workflows/recurringjobs_cd.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: dotnet restore ./src/Pilgaard.RecurringJobs/Pilgaard.RecurringJobs.csproj diff --git a/.github/workflows/recurringjobs_ci.yml b/.github/workflows/recurringjobs_ci.yml index e70e737..e3b5c5c 100644 --- a/.github/workflows/recurringjobs_ci.yml +++ b/.github/workflows/recurringjobs_ci.yml @@ -31,10 +31,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: | diff --git a/.github/workflows/scheduledjobs_cd.yml b/.github/workflows/scheduledjobs_cd.yml index 8ce2461..7fd4e9d 100644 --- a/.github/workflows/scheduledjobs_cd.yml +++ b/.github/workflows/scheduledjobs_cd.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: dotnet restore ./src/Pilgaard.ScheduledJobs/Pilgaard.ScheduledJobs.csproj diff --git a/.github/workflows/scheduledjobs_ci.yml b/.github/workflows/scheduledjobs_ci.yml index 018ae51..f1ee2bc 100644 --- a/.github/workflows/scheduledjobs_ci.yml +++ b/.github/workflows/scheduledjobs_ci.yml @@ -31,10 +31,10 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 7.0 + - name: Setup dotnet 9.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: "7.0.x" + dotnet-version: "9.0.x" - name: Restore NuGet packages run: | diff --git a/Pilgaard.BackgroundJobs.sln b/Pilgaard.BackgroundJobs.sln index 6e83e2a..677b990 100644 --- a/Pilgaard.BackgroundJobs.sln +++ b/Pilgaard.BackgroundJobs.sln @@ -139,6 +139,7 @@ Global {69CCFA55-D43E-43B1-8659-F8A4BD909471} = {F80C4EC1-D73B-4602-9B01-BD98ECDE3905} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution + FileExplorer = .github\workflows\ SolutionGuid = {AE30DB9E-1DB2-4346-9C9E-A487459AA94B} EndGlobalSection EndGlobal