From d9132d3372f4596c48e328478c72cc51d9d7807c Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:46:37 -0600 Subject: [PATCH] temp pin dotnet sdk version to 10.0.102 --- .github/workflows/artifacts.yml | 6 +++--- .github/workflows/pr.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 177d62ea5..73db910b2 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -57,7 +57,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear @@ -172,7 +172,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear @@ -229,7 +229,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 259419b7f..0ffbd14c1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear @@ -36,7 +36,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear @@ -72,7 +72,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear @@ -100,7 +100,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: '10.0.102' - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals all --clear