diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index c07c9ec..7fbf85b 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -54,10 +54,10 @@ jobs: echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.commitsSinceVersionSource }}" echo "CommitDate: ${{ steps.gitversion.outputs.commitDate }}" - - name: Install .net7.0 + - name: Install .net8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Clear Nuget Feeds diff --git a/.github/workflows/master-pr.yml b/.github/workflows/master-pr.yml index 3d08646..2e39208 100644 --- a/.github/workflows/master-pr.yml +++ b/.github/workflows/master-pr.yml @@ -24,10 +24,10 @@ jobs: with: fetch-depth: 0 - - name: Install .net7.0 + - name: Install .net8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Restore dependencies diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 322a9e7..5217b8c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -61,7 +61,7 @@ jobs: - name: Install net7.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" include-prerelease: true - name: Clear Nuget Feeds