Skip to content

Commit 1d2e277

Browse files
Update build dependencies to .NET 10
1 parent 685b6fe commit 1d2e277

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"remoteEnv": {
2121
"PATH": "${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}",
2222
"DOTNET_MULTILEVEL_LOOKUP": "0",
23-
"TARGET": "net8.0",
23+
"TARGET": "net10.0",
2424
"DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER": "true"
2525
},
2626
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-dotnet@v3
3232
id: installdotnet
3333
with:
34-
dotnet-version: 8.0.x
34+
dotnet-version: 10.0.x
3535

3636
- name: Create temporary global.json
3737
run: echo '{"sdk":{"version":"${{ steps.installdotnet.outputs.dotnet-version }}"}}' > ./global.json

build/steps-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
displayName: Install .NET SDK
1212
inputs:
1313
packageType: sdk
14-
version: 8.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
14+
version: 10.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
1515

1616
- task: DotNetCoreCLI@2
1717
displayName: Build and Test

0 commit comments

Comments
 (0)