diff --git a/eng/pipelines/coreclr/templates/format-job.yml b/eng/pipelines/coreclr/templates/format-job.yml index 30efa3a445a3bf..d237078614cd69 100644 --- a/eng/pipelines/coreclr/templates/format-job.yml +++ b/eng/pipelines/coreclr/templates/format-job.yml @@ -53,7 +53,7 @@ jobs: displayName: 'Install .NET SDK' inputs: packageType: 'sdk' - version: '3.x' + version: '6.x' includePreviewVersions: true installationPath: $(Agent.ToolsDirectory)/dotnet - script: $(PythonScript) $(Build.SourcesDirectory)/src/coreclr/scripts/jitformat.py -c $(Build.SourcesDirectory)/src/coreclr -o $(osGroup) -a $(archType)