diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 57b839f..3eeb68f 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -31,7 +31,7 @@ jobs: - name: Install latest .NET SDK uses: Elskom/setup-latest-dotnet@main with: - SDK_VERSION: '7.0.100-rc.1.22431.12' + SDK_VERSION: '7.0.100' RUNTIME_VERSIONS: '' - name: Restore and Build diff --git a/.github/workflows/dotnetcore-build.yml b/.github/workflows/dotnetcore-build.yml index 6fd0b54..329389a 100644 --- a/.github/workflows/dotnetcore-build.yml +++ b/.github/workflows/dotnetcore-build.yml @@ -22,7 +22,7 @@ jobs: - name: Install latest .NET SDK uses: Elskom/setup-latest-dotnet@main with: - SDK_VERSION: '7.0.100-rc.1.22431.12' + SDK_VERSION: '7.0.100' RUNTIME_VERSIONS: '' - name: Restore, Build, and pack diff --git a/.github/workflows/dotnetcore-publish.yml b/.github/workflows/dotnetcore-publish.yml index 3f5d850..b31764d 100644 --- a/.github/workflows/dotnetcore-publish.yml +++ b/.github/workflows/dotnetcore-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Install latest .NET SDK uses: Elskom/setup-latest-dotnet@main with: - SDK_VERSION: '7.0.100-rc.1.22431.12' + SDK_VERSION: '7.0.100' RUNTIME_VERSIONS: '' - name: Restore, Build, and pack diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9be7705..d03321b 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -20,7 +20,7 @@ jobs: - name: Install latest .NET SDK uses: Elskom/setup-latest-dotnet@main with: - SDK_VERSION: '7.0.100-rc.1.22431.12' + SDK_VERSION: '7.0.100' RUNTIME_VERSIONS: '' - name: Restore, Build, and pack