84f337b046
* Update to .NET 6 I update not only samples, but also codegen tools, because .NET 5 is not LTS and in 4 month would be out Closes #306 * Add .NET 6.0 support to actual templates * Dont forget about FSharp and VB.NET * Revert choice option in parameters
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/template",
|
|
"author": "GtkSharp Contributors",
|
|
"classifications": [
|
|
"Gtk",
|
|
"GUI App"
|
|
],
|
|
"name": "Gtk Application",
|
|
"identity": "GtkSharp.Application.CSharp",
|
|
"groupIdentity": "GtkSharp.Application",
|
|
"shortName": "gtkapp",
|
|
"tags": {
|
|
"language": "C#",
|
|
"type": "project"
|
|
},
|
|
"sourceName": "GtkNamespace",
|
|
"preferNameDirectory": true,
|
|
"symbols": {
|
|
"targetframework": {
|
|
"type": "parameter",
|
|
"description": "The target framework for the project.",
|
|
"defaultValue": "net6.0",
|
|
"replaces": "$(FrameworkParameter)"
|
|
}
|
|
},
|
|
"primaryOutputs": [
|
|
{ "path": "GtkNamespace.csproj" }
|
|
]
|
|
}
|