diff --git a/.github/workflows/dev-build-dotnet.yml b/.github/workflows/dev-build-dotnet.yml index 456e026..c6bc9d0 100644 --- a/.github/workflows/dev-build-dotnet.yml +++ b/.github/workflows/dev-build-dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.101 + dotnet-version: 8.0.100 source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/dev-publish-dotnet.yml b/.github/workflows/dev-publish-dotnet.yml index fb62810..50621b2 100644 --- a/.github/workflows/dev-publish-dotnet.yml +++ b/.github/workflows/dev-publish-dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.101 + dotnet-version: 8.0.100 source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{secrets.DEPLOY_KEY}} diff --git a/.github/workflows/prod-build-dotnet.yml b/.github/workflows/prod-build-dotnet.yml index 9673a3e..f524099 100644 --- a/.github/workflows/prod-build-dotnet.yml +++ b/.github/workflows/prod-build-dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.101 + dotnet-version: 8.0.100 source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/prod-publish-dotnet.yml b/.github/workflows/prod-publish-dotnet.yml index ebd4177..1682b82 100644 --- a/.github/workflows/prod-publish-dotnet.yml +++ b/.github/workflows/prod-publish-dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.101 + dotnet-version: 8.0.100 source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json env: NUGET_AUTH_TOKEN: ${{secrets.DEPLOY_KEY}} diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj index b6d744f..47c8d16 100644 --- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj +++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj @@ -1,20 +1,21 @@  - net6.0 + net8.0 + enable Ringhel.Procesio.Action.Core Ringhel Ringhel Procesio https://github.com/PROCESIO/Action-Core.git - 1.19.5 + 1.20.0 Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core - +