CPF/Other/Rider/CPFApplication1/.template.config/template.json
2023-12-06 13:58:36 +08:00

38 lines
798 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"author": "CPF",
"name": "CPFApplication1",
"description": "CPF项目NetCore跨平台开发 that can run on .NET on Windows, Linux and macOS",
"identity": "YourName.CPFApplication",
"shortName": "CPFApplication1",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "CPFApplication1",
"symbols": {
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "netcoreapp3.1"
},
{
"choice": "net5"
},
{
"choice": "net6"
},
{
"choice": "net7"
},
{
"choice": "net8"
}
],
"defaultValue": "net6"
}
}
}