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