Skip to content

Commit 1b3384a

Browse files
committed
Add missing comma
1 parent ec5a34b commit 1b3384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nupkg/common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $projects = (
131131
"modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared",
132132
"modules/identityserver/src/Volo.Abp.IdentityServer.Domain",
133133
"modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore",
134-
"modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB"
134+
"modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB",
135135

136136
# modules/account
137137
"modules/account/src/Volo.Abp.Account.Web",

0 commit comments

Comments
 (0)