From 210f1db64ad16a5171544f7fb2c6991796f57e1b Mon Sep 17 00:00:00 2001 From: Ali Yousefi Date: Tue, 21 Nov 2023 17:58:47 +0330 Subject: [PATCH] add dotnet 8 to github actions --- .github/workflows/dotnet-format-action.yml | 3 +-- .github/workflows/dotnet-linux.yml | 3 +-- .github/workflows/dotnet-macos.yml | 3 +-- .github/workflows/dotnet-windows.yml | 3 +-- .github/workflows/nuget-push-public.yml | 1 + 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet-format-action.yml b/.github/workflows/dotnet-format-action.yml index c2d9250..abde568 100644 --- a/.github/workflows/dotnet-format-action.yml +++ b/.github/workflows/dotnet-format-action.yml @@ -17,8 +17,7 @@ jobs: 5.0.x 6.0.x 7.0.x - - name: Install Android - run: dotnet workload install android + 8.0.x - name: Run dotnet format id: format uses: jfversluis/dotnet-format@v1.0.5 diff --git a/.github/workflows/dotnet-linux.yml b/.github/workflows/dotnet-linux.yml index d482df6..bd3932f 100644 --- a/.github/workflows/dotnet-linux.yml +++ b/.github/workflows/dotnet-linux.yml @@ -19,8 +19,7 @@ jobs: 5.0.x 6.0.x 7.0.x - - name: Install Android - run: dotnet workload install android + 8.0.x - name: Restore dependencies run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln - name: Build diff --git a/.github/workflows/dotnet-macos.yml b/.github/workflows/dotnet-macos.yml index 6944f46..f6cb953 100644 --- a/.github/workflows/dotnet-macos.yml +++ b/.github/workflows/dotnet-macos.yml @@ -19,8 +19,7 @@ jobs: 5.0.x 6.0.x 7.0.x - - name: Install Android - run: dotnet workload install android + 8.0.x - name: Restore dependencies run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln - name: Build diff --git a/.github/workflows/dotnet-windows.yml b/.github/workflows/dotnet-windows.yml index a25c51d..1e661e0 100644 --- a/.github/workflows/dotnet-windows.yml +++ b/.github/workflows/dotnet-windows.yml @@ -19,8 +19,7 @@ jobs: 5.0.x 6.0.x 7.0.x - - name: Install Android - run: dotnet workload install android + 8.0.x - name: Restore dependencies run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln - name: Build diff --git a/.github/workflows/nuget-push-public.yml b/.github/workflows/nuget-push-public.yml index 6811faf..f9bb27a 100644 --- a/.github/workflows/nuget-push-public.yml +++ b/.github/workflows/nuget-push-public.yml @@ -14,6 +14,7 @@ jobs: 5.0.x 6.0.x 7.0.x + 8.0.x env: DOTNET_INSTALL_DIR: /usr/share/dotnet - name: Restore dependencies