diff --git a/build/build-aspnetcore-modules.ps1 b/build/build-aspnetcore-modules.ps1 index 6dda28d82..836548a8d 100644 --- a/build/build-aspnetcore-modules.ps1 +++ b/build/build-aspnetcore-modules.ps1 @@ -2,6 +2,12 @@ $rootFolder = (Get-Item -Path "./" -Verbose).FullName +$buildSolutionPath = Join-Path $rootFolder "../aspnet-core/" + +Set-Location $buildSolutionPath + +dotnet build LINGYUN.MicroService.All.sln + # List of solutions used only in development mode $dependenciesFile = Join-Path $rootFolder "../build/modules.dependencies.json" diff --git a/build/modules.dependencies.json b/build/modules.dependencies.json index c92a05f33..597627722 100644 --- a/build/modules.dependencies.json +++ b/build/modules.dependencies.json @@ -47,5 +47,19 @@ ] } ] + }, + { + "tag": "netstandard2.0", + "dependencies": [ + { + "service": "Backend-Admin", + "path": "/../aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/Modules/", + "depPath": "/../aspnet-core/LocalNuget/netstandard2.0/", + "dependencies": [ + "LINGYUN.Abp.Features.LimitValidation.dll", + "LINGYUN.Abp.Features.LimitValidation.Redis.dll" + ] + } + ] } ] \ No newline at end of file