diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 688465904..74605fbeb 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -49,12 +49,12 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.x' + dotnet-version: '8.x' - name: Install NuGet uses: nuget/setup-nuget@v2 with: - nuget-version: '6.x' + nuget-version: '8.x' - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main