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