Skip to content

Commit 8baf3e0

Browse files
Update .NET SDK in CI build
1 parent ce1e7b2 commit 8baf3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/steps-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
displayName: Install .NET SDK
1212
inputs:
1313
packageType: sdk
14-
version: 7.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
14+
version: 8.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
1515

1616
- task: DotNetCoreCLI@2
1717
displayName: Build and Test

0 commit comments

Comments
 (0)