Project layout fix

This commit is contained in:
2026-07-15 12:48:27 -05:00
parent ef7099b75e
commit 5f2d0041e4
105 changed files with 554 additions and 479 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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": ".."
}
]
}
]
}