From c780b7ac7fe5cfeae240915ffd238c8308e2bd98 Mon Sep 17 00:00:00 2001 From: Faisal Afroz Date: Wed, 10 Nov 2021 13:52:37 +0530 Subject: [PATCH] CI: Fix build errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4994d5326..bd3a359c17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.3.5 - uses: actions/setup-dotnet@5a3fa01c67e60dba8f95e2878436c7151c4b5f01 # 1.7.2 with: - dotnet-version: "5.0.102" + dotnet-version: "6.0.100" - run: pwsh ./test.ps1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}