From 73d9eb87cc03570abac4c0552b739c97be638daf Mon Sep 17 00:00:00 2001 From: moljac Date: Tue, 18 Jan 2022 18:13:21 +0100 Subject: [PATCH] Revert "dotnet version bumps" This reverts commit 19f2ec40b0295959bbc5e82f098ed01dd02eb161. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 99d2dc18..2f70e965 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,8 +39,8 @@ jobs: macosImage: 'macOS-11' # the name of the macOS VM image (BigSur) windowsImage: windows-2022 xcode: 13.1 - dotnet: '6.0.101' # the version of .NET Core to use - dotnetStable: '5.0.404' # the stable version of .NET Core to use + dotnet: '5.0.403' # the version of .NET Core to use + dotnetStable: '3.1.415' # the stable version of .NET Core to use initSteps: - task: UseDotNet@2 displayName: install .NET $(DotNetVersion)