Skip to content

Commit

Permalink
update net 9 version to rc 1 in build script (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m authored Sep 24, 2024
1 parent cc1acb5 commit 94bafe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/template-install-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- task: UseDotNet@2
displayName: 'Use .Net Core SDK 9'
inputs:
version: 9.0.100-preview.6.24328.19
version: 9.0.100-rc.1.24452.12
includePreviewVersions: true
condition: eq(variables['TargetNet9'], 'True')

Expand Down

0 comments on commit 94bafe6

Please sign in to comment.