File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments