Skip to content

Commit

Permalink
Update .NET SDK in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Dec 7, 2023
1 parent ce1e7b2 commit 8baf3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/steps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
displayName: Install .NET SDK
inputs:
packageType: sdk
version: 7.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
version: 8.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json

- task: DotNetCoreCLI@2
displayName: Build and Test
Expand Down

0 comments on commit 8baf3e0

Please sign in to comment.