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/.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 }} 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