Skip to content

Commit

Permalink
Add Blazor related packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 11, 2020
1 parent 7e079d1 commit d332ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nupkg/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $projects = (
"framework/src/Volo.Abp.AspNetCore.Authentication.OAuth",
"framework/src/Volo.Abp.AspNetCore",
"framework/src/Volo.Abp.AspNetCore.Components.WebAssembly",
"framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming",
"framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme",
"framework/src/Volo.Abp.AspNetCore.MultiTenancy",
"framework/src/Volo.Abp.AspNetCore.Mvc.Client",
"framework/src/Volo.Abp.AspNetCore.Mvc.Client.Common",
Expand Down Expand Up @@ -229,6 +231,7 @@ $projects = (
"modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi",
"modules/permission-management/src/Volo.Abp.PermissionManagement.MongoDB",
"modules/permission-management/src/Volo.Abp.PermissionManagement.Web",
"modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor",

# modules/setting-management
"modules/setting-management/src/Volo.Abp.SettingManagement.Domain",
Expand Down

0 comments on commit d332ee7

Please sign in to comment.