Skip to content

Commit

Permalink
Move to .NET 9 GA (#633)
Browse files Browse the repository at this point in the history
* Move to .NET 9 GA

* Remove preview version install
  • Loading branch information
AndyGerlicher authored Nov 15, 2024
1 parent ca163d1 commit e44a95f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ extends:
displayName: 'Install .NET 9.x'
inputs:
version: '9.x'
includePreviewVersions: true
- task: VSBuild@1
displayName: 'Build Solution'
inputs:
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
displayName: 'Install .NET 9.x'
inputs:
version: '9.x'
includePreviewVersions: true

- task: VSBuild@1
displayName: 'Build (Visual Studio)'
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24452.12",
"version": "9.0.100",
"rollForward": "latestMajor",
"allowPrerelease": true
},
Expand Down

0 comments on commit e44a95f

Please sign in to comment.