Files
2026-07-12 11:56:23 -05:00

22 lines
556 B
JSON

{
"app-id": "org.example.dotnetdevshell",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "dotnetdevshell-app",
"modules": [
{
"name": "dotnetdevshell-app",
"buildsystem": "simple",
"build-commands": [
"dotnet publish -c Release -o out"
],
"sources": [
{
"type": "dir",
"path": ".."
}
]
}
]
}