From 10fd218cee20d513787284e56947de496ee0c039 Mon Sep 17 00:00:00 2001 From: "guillaume.caya" Date: Tue, 4 Jun 2024 13:37:32 -0400 Subject: [PATCH] Use global.json for sdk version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ddbcef..0a608d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: "6.0.x" + global-json-file: "global.json" - run: ./Build.ps1 shell: pwsh