From 83fcc65d42be519a6e19ec20f971e56c4b5514d1 Mon Sep 17 00:00:00 2001 From: elaurs <34130623+elaurs@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:30:57 +0100 Subject: [PATCH] Update BuildSteps.yaml --- .pipelines/BuildSteps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/BuildSteps.yaml b/.pipelines/BuildSteps.yaml index efedd48..93aca8b 100644 --- a/.pipelines/BuildSteps.yaml +++ b/.pipelines/BuildSteps.yaml @@ -5,9 +5,9 @@ steps: command: restore - task: UseDotNet@2 - displayName: 'Use .Net 8' + displayName: 'Use .Net 10' inputs: - version: 8.x + version: 10.x - task: PowerShell@2 displayName: 'Add ClickOnce SignTool to PATH'