modify nuget package installer to support satellite assemblies in subfolders

This commit is contained in:
Shaun Walker
2021-04-21 19:31:02 -04:00
parent d2ffb93fa4
commit 2780e4d029
4 changed files with 38 additions and 32 deletions

View File

@ -93,10 +93,14 @@
<Pane Name="Bottom Full Width" />
@if (_footer)
{
<div class="bg-primary footer">
<div class="bg-primary fixed-bottom footer">
<Pane Name="Footer" />
</div>
}
else
{
<Pane Name="Footer" />
}
</div>
</main>