From a003a3c2aba6b6af20c4a64d63e3563ae29ae424 Mon Sep 17 00:00:00 2001 From: "corina.rusu" Date: Mon, 18 Dec 2023 13:31:09 +0200 Subject: [PATCH 1/2] update to net8, update json library --- .../Ringhel.Procesio.Action.Core.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 - + From 162862e3707e2217d228034881ca3dcc8a53388e Mon Sep 17 00:00:00 2001 From: "corina.rusu" Date: Mon, 18 Dec 2023 13:38:24 +0200 Subject: [PATCH 2/2] update github workflows --- .github/workflows/dev-build-dotnet.yml | 2 +- .github/workflows/dev-publish-dotnet.yml | 2 +- .github/workflows/prod-build-dotnet.yml | 2 +- .github/workflows/prod-publish-dotnet.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}}