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:
parent
c3b5c942f3
commit
39a5eefb97
10 changed files with 78 additions and 56 deletions
10
.gitmodules
vendored
10
.gitmodules
vendored
|
@ -18,3 +18,13 @@
|
|||
url = ../../nuclex-shared-dotnet/Nuclex.Windows.Forms.DependencyInjection.git
|
||||
branch = main
|
||||
update = rebase
|
||||
[submodule "Nuclex.Avalonia"]
|
||||
path = Nuclex.Avalonia
|
||||
url = ../../nuclex-shared-dotnet/Nuclex.Avalonia.git
|
||||
branch = main
|
||||
update = rebase
|
||||
[submodule "Nuclex.Avalonia.DependencyInjection"]
|
||||
path = Nuclex.Avalonia.DependencyInjection
|
||||
url = ../../nuclex-shared-dotnet/Nuclex.Avalonia.DependencyInjection.git
|
||||
branch = main
|
||||
update = rebase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue