From e643d4470d71afbafcaa2de9fbdf5042c3e7edcd Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Mon, 20 Jan 2025 12:33:18 +0300 Subject: [PATCH] Drop unsupported net 6 and net 7 --- .azure-pipelines/common-templates/install-tools.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index 33f494243de..ec31ddc50a8 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -2,17 +2,6 @@ # Licensed under the MIT License. steps: - - task: UseDotNet@2 - displayName: "Use .NET 6" # needed for ESRP signing - inputs: - version: 6.x - - - task: UseDotNet@2 - displayName: Use .NET SDK - inputs: - debugMode: false - version: 7.x - - task: UseDotNet@2 displayName: Use .NET SDK inputs: