diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea62dcc..526cae6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,10 +28,10 @@ stages: - task: NuGetToolInstaller@1 inputs: - versionSpec: '5.5.1' + versionSpec: '5.8.0' - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 5.0' + displayName: 'Install .NET Core SDK 5.0' inputs: packageType: sdk version: 5.0.100