From d4cc4780cd1bdfb17fdc228a1bd9c74f18a267ed Mon Sep 17 00:00:00 2001 From: Marthijn van den Heuvel Date: Wed, 13 Nov 2024 08:27:33 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20.NET=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj | 4 ++-- src/Sidio.Text.Base32/Sidio.Text.Base32.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee0ab29..70ecfbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - dotnet-version: [ '8.0.x' ] + dotnet-version: [ '9.x' ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e798b58..7c70233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - dotnet-version: [ '8.0.x' ] + dotnet-version: [ '9.x' ] steps: - uses: actions/checkout@v4 - name: Setup dotnet diff --git a/src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj b/src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj index 232f031..4abd77b 100644 --- a/src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj +++ b/src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net8.0;net9.0 enable enable @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Sidio.Text.Base32/Sidio.Text.Base32.csproj b/src/Sidio.Text.Base32/Sidio.Text.Base32.csproj index 8c15b41..90cec07 100644 --- a/src/Sidio.Text.Base32/Sidio.Text.Base32.csproj +++ b/src/Sidio.Text.Base32/Sidio.Text.Base32.csproj @@ -1,7 +1,7 @@  - net8.0 + net8.0;net9.0 enable enable Latest From f9c674b4a688664cd1c41a0317504ce0ee175af3 Mon Sep 17 00:00:00 2001 From: Marthijn van den Heuvel Date: Wed, 13 Nov 2024 08:30:08 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70ecfbf..81d7403 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,6 @@ jobs: uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - files: ${{ github.workspace }}/src/Sidio.Text.Base32.Tests/coverage/coverage.cobertura.xml + files: ${{ github.workspace }}/src/Sidio.Text.Base32.Tests/coverage/coverage.net8.0.cobertura.xml ${{ github.workspace }}/src/Sidio.Text.Base32.Tests/coverage/coverage.net9.0.cobertura.xml format: cobertura if: ${{ always() }} \ No newline at end of file