Skip to content

Commit 7d5298e

Browse files
committed
- Removing leftover .NET 9 in a few places.
1 parent ffbded2 commit 7d5298e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
- name: Setup .NET Core SDK
6161
uses: actions/[email protected]
6262
with:
63-
# TODO: Update this to .NET 10 once PR #3686 is complete.
64-
# TODO: Replace this with global-json-file once PR #3797 is complete.
65-
dotnet-version: 9.x
66-
dotnet-quality: ga
67-
#global-json-file: global.json
63+
global-json-file: global.json
6864

6965
# Initializes the CodeQL tools for scanning.
7066
- name: Initialize CodeQL

BUILDGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides all the necessary details to build the driver and run tes
44

55
## .NET SDK
66

7-
The projects in this repo require the .NET 9.0 SDK to build. Please ensure you
7+
The projects in this repo require the .NET 10.0 SDK to build. Please ensure you
88
have the latest version of that SDK installed.
99

1010
Tests and tools may require different .NET Runtimes that may be installed

eng/pipelines/common/templates/jobs/ci-run-tests-job.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ jobs:
139139
# GOTCHA: We always use global.json for SDK version except on ARM64,
140140
# where we have to specify it here. This must be kept synchronized with
141141
# the SDK version in global.json.
142+
version: 10.0
143+
144+
- template: ../../../steps/install-dotnet-arm64.yml@self
145+
parameters:
146+
debug: ${{ parameters.debug }}
147+
installType: Runtime
142148
version: 9.0
143149

144150
- template: ../../../steps/install-dotnet-arm64.yml@self

eng/pipelines/common/templates/steps/prepare-test-db-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010

1111
- name: targetFramework
1212
type: string
13-
default: net9.0
13+
default: net10.0
1414

1515
steps:
1616
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)