diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index b001a7e30..1cd59c07a 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -43,6 +43,8 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.x' - name: Install NuGet uses: nuget/setup-nuget@v2