diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 4367b71..4a4f867 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v3.0.0 with: dotnet-version: | - 6.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index f0033e7..ef80961 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v3.0.0 with: dotnet-version: | - 6.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build