diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c93d540..4f11dc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: [ '7.0.x' ] + dotnet-version: [ '8.0.x' ] configuration: [ Debug, Release ] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0e8895..af3cc48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - dotnet-version: [ '7.0.x' ] + dotnet-version: [ '8.0.x' ] configuration: [ Release ] os: [ windows-latest ] include: