From d9c8dcb443237ff3216172e0a79c7ed5e6c548a2 Mon Sep 17 00:00:00 2001 From: pmaytak <34331512+pmaytak@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:08:35 -0700 Subject: [PATCH] Install .NET. --- .github/workflows/benchmark-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 3095ac93fa..9225527616 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.101' + dotnet-version: '3.1.426' - name: Run benchmark run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f netcoreapp3.1 --exporters json