Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent a24e901b7f
commit c065cbf61e
5390 changed files with 844081 additions and 446 deletions

View File

@@ -0,0 +1,22 @@
{
"version": "8.2.2",
"workloads": {
"aspire": {
"description": ".NET Aspire SDK",
"packs": [
"Aspire.Hosting.Sdk",
"Aspire.ProjectTemplates"
]
}
},
"packs": {
"Aspire.Hosting.Sdk": {
"kind": "sdk",
"version": "8.2.2"
},
"Aspire.ProjectTemplates": {
"kind": "template",
"version": "8.2.2"
}
}
}