From 252bb9701692428c0f7663bbafc57ec576dd773f Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Fri, 4 Feb 2022 12:27:20 -0500 Subject: [PATCH] Use .NET 6 to build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce796ba..e78b6ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: steps: - task: UseDotNet@2 inputs: - version: 5.x + version: 6.x - task: DotNetCoreCLI@2 inputs: