Ryujinx-GtkSharp/Source/Workload/GtkSharp.NET.Sdk.Gtk/WorkloadManifest.in.json
Trung Nguyen 60376ae510
feat: GtkSharp net6 workload (#351)
* feat: GtkSharp net6 workload

* feat(Workload): GtkSharp template packs

* chore: Support .NET SDK 6.0.300

And also changed the build script to target SDK bands.

* build: Workload install and uninstall targets
2022-05-29 10:55:50 +02:00

39 lines
923 B
JSON

{
"version": "@GTKSHARPMANIFESTVERSION@",
"workloads": {
"gtk": {
"description": ".NET SDK workload for building GtkSharp applications.",
"packs": [
"GtkSharp.Sdk",
"GtkSharp.Ref",
"GtkSharp.Runtime"
]
}
},
"packs": {
"GtkSharp.Sdk": {
"kind": "sdk",
"version": "@VERSION@"
},
"GtkSharp.Ref": {
"kind": "framework",
"version": "@VERSION@"
},
"GtkSharp.Runtime": {
"kind": "framework",
"version": "@VERSION@"
},
"GtkSharp.Workload.Template.CSharp": {
"kind": "template",
"version": "@VERSION@"
},
"GtkSharp.Workload.Template.FSharp": {
"kind": "template",
"version": "@VERSION@"
},
"GtkSharp.Workload.Template.VBNet": {
"kind": "template",
"version": "@VERSION@"
}
}
}