Skip to content

Commit

Permalink
Merge pull request #752 from unoplatform/dev/mazi/preview7
Browse files Browse the repository at this point in the history
feat: Upgrade to .NET 8 Preview 7
  • Loading branch information
jeromelaban authored Aug 14, 2023
2 parents c93fd98 + 0cdddce commit 4d078af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vsts-ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 8.0.100-preview.3.23178.7
version: 8.0.100-preview.7.23376.3
includePreviewVersions: true

- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 8.0.100-preview.3.23178.7
version: 8.0.100-preview.7.23376.3
includePreviewVersions: true

- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 8.0.100-preview.3.23178.7
version: 8.0.100-preview.7.23376.3
includePreviewVersions: true

- template: build/ci/gitversion.yml
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 8.0.100-preview.3.23178.7
version: 8.0.100-preview.7.23376.3
includePreviewVersions: true

- pwsh: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-wsl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 8.0.100-preview.3.23178.7
version: 8.0.100-preview.7.23376.3
includePreviewVersions: true

- pwsh: |
Expand Down

0 comments on commit 4d078af

Please sign in to comment.