From d5f1235e3d5e2aecdc9a93c1f56f2f48af077195 Mon Sep 17 00:00:00 2001 From: sbansla <104902068+sbansla@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:41:42 +0530 Subject: [PATCH] Update actions2.yml --- .github/workflows/actions2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions2.yml b/.github/workflows/actions2.yml index 42d335a..593c3ac 100644 --- a/.github/workflows/actions2.yml +++ b/.github/workflows/actions2.yml @@ -36,7 +36,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.103' + global-json-file: .github/scripts/global.json - name: Display run: dotnet --info - name: Get installed dotnet version