From 8baf3e06bfd09d8350448eaa354c5a3889039f4b Mon Sep 17 00:00:00 2001 From: Chris Martinez Date: Wed, 6 Dec 2023 20:46:58 -0800 Subject: [PATCH] Update .NET SDK in CI build --- build/steps-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/steps-ci.yml b/build/steps-ci.yml index 7ec23ad6..c2304d7d 100644 --- a/build/steps-ci.yml +++ b/build/steps-ci.yml @@ -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