diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95020a2..148e8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: '9.0.100-rc.2.24474.11' + dotnet-version: '9.0.100' include-prerelease: true - run: | diff --git a/.vsts-ci.Linux.yml b/.vsts-ci.Linux.yml index c45270a..e1a6acb 100644 --- a/.vsts-ci.Linux.yml +++ b/.vsts-ci.Linux.yml @@ -17,7 +17,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 9.0.100-rc.2.24474.11 + version: 9.0.100 includePreviewVersions: true - template: build/canary-updater.yml diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 9a27f13..f7b47de 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -24,7 +24,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 9.0.100-rc.2.24474.11 + version: 9.0.100 includePreviewVersions: true - template: build/canary-updater.yml