You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/McpServer/McpServer-CSharp/.template.config/ide.host.json
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/McpServer/McpServer-CSharp/.template.config/template.json
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,53 @@
18
18
"type": "project"
19
19
},
20
20
"symbols": {
21
+
"TargetFrameworkOverride": {
22
+
"type": "parameter",
23
+
"description": "Overrides the target framework",
24
+
"displayName": "Target framework override",
25
+
"replaces": "TargetFrameworkOverride",
26
+
"datatype": "string",
27
+
"defaultValue": ""
28
+
},
29
+
"Framework": {
30
+
"type": "parameter",
31
+
"description": "The target framework for the project.",
32
+
"displayName": "Framework",
33
+
"datatype": "choice",
34
+
"choices": [
35
+
{
36
+
"choice": "net10.0",
37
+
"description": ".NET 10"
38
+
},
39
+
{
40
+
"choice": "net9.0",
41
+
"description": ".NET 9"
42
+
},
43
+
{
44
+
"choice": "net8.0",
45
+
"description": ".NET 8"
46
+
}
47
+
],
48
+
"replaces": "net9.0",
49
+
"defaultValue": "net9.0"
50
+
},
21
51
"hostIdentifier": {
22
52
"type": "bind",
23
53
"binding": "HostIdentifier"
54
+
},
55
+
"NativeAot": {
56
+
"type": "parameter",
57
+
"datatype": "bool",
58
+
"defaultValue": "false",
59
+
"displayName": "Enable _native AOT publish",
60
+
"description": "Whether to enable the MCP server for publishing as a native AOT application."
61
+
},
62
+
"SelfContained": {
63
+
"type": "parameter",
64
+
"datatype": "bool",
65
+
"defaultValue": "true",
66
+
"displayName": "Enable _self contained publish",
67
+
"description": "Whether to enable the MCP server for publishing as a self contained application."
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/McpServer/McpServer-CSharp/McpServer-CSharp.csproj.in
0 commit comments