Skip to content

Commit

Permalink
UPDATE: Update to .NET 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bengavin committed Nov 16, 2023
1 parent 528910e commit 7f8e83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build-and-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: '$(Date:yyyyMMdd)$(Rev:rrr)'

steps:
- task: UseDotNet@2
displayName: Enable .NET 6.0
displayName: Enable .NET 8.0
inputs:
packageType: 'sdk'
version: '6.x'
version: '8.x'

- task: CmdLine@2
displayName: Assign Package Version
Expand Down

0 comments on commit 7f8e83f

Please sign in to comment.