Added Avalonia projects to foundation package; moved NuGet recipes into a subdirectory (they'll gain a few entries soon because I need to split things up and remove WinForms from the 'foundation' part, so at least 5 libraries soon)

This commit is contained in:
Markus Ewald 2025-07-05 14:35:35 +02:00
parent c3b5c942f3
commit 39a5eefb97
10 changed files with 78 additions and 56 deletions

View file

@ -11,6 +11,12 @@
},
{
"path": "Nuclex.Windows.Forms.DependencyInjection"
},
{
"path": "Nuclex.Avalonia"
},
{
"path": "Nuclex.Avalonia.DependencyInjection"
}
]
}