Skip to content

Commit 3dfbc00

Browse files
author
Guy Fankam
committed
Update devcontainer and release .NET version
1 parent bf52d63 commit 3dfbc00

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
55
"ghcr.io/devcontainers/features/dotnet:2": {
6-
"version": "10.0-preview",
6+
"version": "10.0",
77
"additionalVersions": "9.0"
88
},
9-
"ghcr.io/devcontainers/features/git:1": {},
10-
"ghcr.io/devcontainers/features/powershell:1": {
11-
"version": "latest",
12-
"modules": "Az"
13-
},
149
"ghcr.io/devcontainers/features/github-cli:1": {},
1510
"ghcr.io/devcontainers/features/azure-cli:1": {}
1611
},
@@ -20,11 +15,20 @@
2015
"extensions": [
2116
"ms-dotnettools.csdevkit",
2217
"GitHub.vscode-github-actions",
23-
"GitHub.copilot",
24-
"GitHub.copilot-chat",
2518
"redhat.vscode-yaml"
26-
]
19+
],
20+
"mcp": {
21+
"servers": {
22+
"microsoft.docs.mcp": {
23+
"type": "http",
24+
"url": "https://learn.microsoft.com/api/mcp"
25+
},
26+
"github": {
27+
"type": "http",
28+
"url": "https://api.githubcopilot.com/mcp/"
29+
}
30+
}
31+
}
2732
}
2833
}
29-
30-
}
34+
}

.devcontainer/install.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/create_github_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v3
2525
with:
26-
dotnet-version: 8.x
26+
dotnet-version: 10.x
2727

2828
- name: Generate executable
2929
run: |
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup .NET
7171
uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: 8.x
73+
dotnet-version: 10.x
7474

7575
- name: Generate executable
7676
run: |

0 commit comments

Comments
 (0)