From 07432ac44e15268e572f00907d6f87f93f697512 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 19 Aug 2024 09:32:34 -1000 Subject: [PATCH] Pin .NET 8 to '8.0.303'. --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 9e7d0e454..736f9bdad 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -25,7 +25,7 @@ parameters: variables: RunningOnCI: true Build.Configuration: Release - DotNetCoreVersion: 8.x + DotNetCoreVersion: 8.0.303 DotNetTargetFramework: net8.0 NetCoreTargetFrameworkPathSuffix: -$(DotNetTargetFramework) 1ESWindowsPool: AzurePipelines-EO