diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ea8385..c3ba68d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,9 +11,9 @@ variables: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 5.x' + displayName: 'Use .NET Core SDK 8.x' inputs: - version: 5.x + version: 8.x - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)'