From c711f2f3c2b4a423a493a71ed0aff36cd13143f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCsters?= Date: Wed, 19 Nov 2025 16:03:42 +0100 Subject: [PATCH 1/2] fix: updated dependencies --- .github/actions/dotnet/action.yaml | 2 +- src/Wemogy.Core.Tests/Wemogy.Core.Tests.csproj | 12 ++++++------ src/Wemogy.Core/Wemogy.Core.csproj | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/dotnet/action.yaml b/.github/actions/dotnet/action.yaml index e67648f..8c962df 100644 --- a/.github/actions/dotnet/action.yaml +++ b/.github/actions/dotnet/action.yaml @@ -13,7 +13,7 @@ runs: steps: - uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies working-directory: src shell: bash diff --git a/src/Wemogy.Core.Tests/Wemogy.Core.Tests.csproj b/src/Wemogy.Core.Tests/Wemogy.Core.Tests.csproj index c8278cd..871e5b9 100644 --- a/src/Wemogy.Core.Tests/Wemogy.Core.Tests.csproj +++ b/src/Wemogy.Core.Tests/Wemogy.Core.Tests.csproj @@ -1,18 +1,18 @@ - net6.0 + net8.0 - + - - + + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Wemogy.Core/Wemogy.Core.csproj b/src/Wemogy.Core/Wemogy.Core.csproj index 7e75552..006eff3 100644 --- a/src/Wemogy.Core/Wemogy.Core.csproj +++ b/src/Wemogy.Core/Wemogy.Core.csproj @@ -20,19 +20,19 @@ - + - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive From 0b5540e3a4c6707b4f71bdcd041f8c288967095c Mon Sep 17 00:00:00 2001 From: Bennet Ranft <76742318+bennetrr@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:15:52 +0100 Subject: [PATCH 2/2] ci: Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5861901..94d39e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,4 +41,4 @@ jobs: with: recreate: true path: code-coverage-results.md - GITHUB_TOKEN: ${{ secrets.PR_COMMENT_PAT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}