Skip to content

Commit

Permalink
ci: Update to 9.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 12, 2024
1 parent 7625d21 commit 401cb63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci.Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 401cb63

Please sign in to comment.