Browse Source

Upgrade to ABP 4.4.0.

pull/4/head
Halil İbrahim Kalkan 5 years ago
parent
commit
0e9e9a697a
  1. 20
      apps/angular/package.json
  2. 128
      apps/angular/yarn.lock
  3. 19
      apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj
  4. 4
      apps/auth-server/src/EShopOnAbp.AuthServer/package.json
  5. 2
      apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/abp/jquery/abp.jquery.js
  6. 458
      apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock
  7. 16
      apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj
  8. 2
      apps/public-web/src/EShopOnAbp.PublicWeb/package.json
  9. 238
      apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock
  10. 2
      gateways/web-public/src/EShopOnAbp.WebPublicGateway/EShopOnAbp.WebPublicGateway.csproj
  11. 2
      global.json
  12. 6
      services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj
  13. 6
      services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj
  14. 8
      services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj
  15. 12
      services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj
  16. 12
      services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj
  17. 6
      services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj
  18. 8
      services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj
  19. 6
      services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj
  20. 2
      services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj
  21. 6
      services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj
  22. 4
      services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj
  23. 4
      services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj
  24. 4
      services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj
  25. 4
      services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj
  26. 6
      services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj
  27. 4
      services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj
  28. 4
      services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj
  29. 2
      services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj
  30. 6
      services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj
  31. 2
      services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj
  32. 2
      services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj
  33. 5
      services/saas/src/EShopOnAbp.SaasService.Application/SaasTenantAppService.cs
  34. 2
      services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj
  35. 2
      services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj
  36. 2
      services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj
  37. 4
      services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj
  38. 2
      services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj
  39. 2
      services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj
  40. 2
      services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj
  41. 2
      services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj
  42. 6
      services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj
  43. 2
      shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj
  44. 4
      shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj
  45. 8
      shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj
  46. 4
      shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj
  47. 2
      shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj

20
apps/angular/package.json

@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~4.3.3",
"@abp/ng.components": "~4.3.3",
"@abp/ng.core": "~4.3.3",
"@abp/ng.identity": "~4.3.3",
"@abp/ng.setting-management": "~4.3.3",
"@abp/ng.tenant-management": "~4.3.3",
"@abp/ng.theme.basic": "~4.3.3",
"@abp/ng.theme.shared": "~4.3.3",
"@abp/ng.account": "~4.4.0",
"@abp/ng.components": "~4.4.0",
"@abp/ng.core": "~4.4.0",
"@abp/ng.identity": "~4.4.0",
"@abp/ng.setting-management": "~4.4.0",
"@abp/ng.tenant-management": "~4.4.0",
"@abp/ng.theme.basic": "~4.4.0",
"@abp/ng.theme.shared": "~4.4.0",
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
@ -33,7 +33,7 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@abp/ng.schematics": "~4.3.3",
"@abp/ng.schematics": "~4.4.0",
"@angular-devkit/build-angular": "~0.1101.0",
"@angular/cli": "~11.1.0",
"@angular/compiler-cli": "~11.1.0",
@ -55,4 +55,4 @@
"tslint": "~6.1.0",
"typescript": "~4.1.3"
}
}
}

128
apps/angular/yarn.lock

@ -2,28 +2,35 @@
# yarn lockfile v1
"@abp/ng.account@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.account/-/ng.account-4.3.3.tgz#16ac707e608e457ca3d9861779de3dd9aa9126a7"
integrity sha512-qWFmtKb0bMidLK+yAJIQboqegWMwPaPi7KYiBQc3wZQ3vZR5h5sMjui/k71E3xpvT3d1HwbSi0m3Oj2UBTH3QA==
"@abp/ng.account.core@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.account.core/-/ng.account.core-4.4.0.tgz#347f5559d019618cd4cb7129389f303e382a0508"
integrity sha512-Doqy39F8TIxSBaEwLMKgR2OUdt8p4TO7fHKWSRzwHeeGlPsJ/cfNWI8xdMl7C0kLGuhX6BQj2+rzx9miGW0T0g==
dependencies:
"@abp/ng.theme.shared" "~4.3.3"
tslib "^2.0.0"
"@abp/ng.components@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.components/-/ng.components-4.3.3.tgz#2c2f39742c6291c8aa8cd6ad7b1640a3519b70de"
integrity sha512-15A377nLqPL+VtD8rvhSmTq/aLkDzBKWKoUi/kBl2b+Khnu/yQu921sqXiIkGq02sc2ld+/1BuBYsqdlBKQrEQ==
"@abp/ng.account@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.account/-/ng.account-4.4.0.tgz#7f9f828180f739ca7881d4b7ba44a588cf1c377f"
integrity sha512-kig1vu3+7RgQxDhQFbWY0mdCp07QQPyAS6ORd8sMWdM9NkhCU1xCSZOd3HA1us+aVtgezvBxV2nY7JKYtpmmcA==
dependencies:
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.components@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.components/-/ng.components-4.4.0.tgz#5eefed4c486de0a83431fe9740567b88fd70a36f"
integrity sha512-Ar0pzVhGEnGWR2w0g/RE5tvwArx4HYpSasGdipyKecevC0cubYDvpsX/KicdvC93RnLXgd3bCq7WUs1hkC04rQ==
dependencies:
ng-zorro-antd "^11.0.0"
tslib "^2.0.0"
"@abp/ng.core@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-4.3.3.tgz#fd57c8f7546f6e0f23cc8190bbd99e73ab0c7b59"
integrity sha512-GMf3bQnEr1WHKX+RzArlmPV2Kq5sxJnq6cy91C1tkhBC7kagjWZvWk1YnufAmfVHteiJdomrzi/Im2s7cwLt+w==
"@abp/ng.core@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-4.4.0.tgz#e5026caaaa9afd5a17a07e49bbb39020516e7c54"
integrity sha512-mF746bWt7bFS5dcRMAQCbm523/mABulWKJWDT/igNg0h19Lfnr9juaKz3eVrOixoxygBcSpK6tqv0C0Adxzr7Q==
dependencies:
"@abp/utils" "^4.3.2"
"@abp/utils" "^4.4.0"
"@angular/localize" "~10.0.10"
"@ngxs/store" "^3.7.0"
angular-oauth2-oidc "^10.0.0"
@ -33,35 +40,35 @@
ts-toolbelt "6.15.4"
tslib "^2.0.0"
"@abp/ng.feature-management@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.feature-management/-/ng.feature-management-4.3.3.tgz#7a35a24b81b9c6a488c7df47a6cce047f048ed3e"
integrity sha512-Tloesl4BdqFmylsx0sOUc1de9vLBX/6lmz5YJRBGIYVerWIHbr3cXxCRQrhkRTiBsC97tsdqDB9qmmmrVqvv6Q==
"@abp/ng.feature-management@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.feature-management/-/ng.feature-management-4.4.0.tgz#3b63b5e1101d9f92772d5b8c3b80f12b8cebec51"
integrity sha512-9mZ1cl/qu6D/flWcQRklL6No89gE/MjJuMjVjr+qwZabyU6Y/h3ATM1l+CL3+Z1hJ3TKO4Au28FqbxfzycOu/w==
dependencies:
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.identity@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.identity/-/ng.identity-4.3.3.tgz#ba0a8e6b581aded4a22704d3169d0e3a90266211"
integrity sha512-PqoYbmkF7NnJ4HvlX/A+OYGmAMc9OmMc7dxTP+sWBS0/dMPLJcuAwURd5DbRHSgL64SoJOZpdk4GWeev3YtQTA==
"@abp/ng.identity@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.identity/-/ng.identity-4.4.0.tgz#22c34b3962844bbbd891a560d8eb46f8f0c1fffb"
integrity sha512-x1E6NBJiaCWjbicuey+8Z40izFpXnflZWEjjSxeCXgVCcAjxZyXOra7iGC/19Q4MNphFVa0cpgEPPI2bltA7yA==
dependencies:
"@abp/ng.permission-management" "~4.3.3"
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.permission-management" "~4.4.0"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.permission-management@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.permission-management/-/ng.permission-management-4.3.3.tgz#754726aed4356d8dd25cc62e1733606d8911dd67"
integrity sha512-HarDSgGIHrq8BNVoa83QT24x2H8hO/lA3dR/HbJsG4pddlhCBoLqfJWsEDmxZyKR8StORGpVF4bB/lCpgTFYnw==
"@abp/ng.permission-management@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.permission-management/-/ng.permission-management-4.4.0.tgz#81730f10d84f5d683a2bb11ce2c892cb8624327c"
integrity sha512-uW0/tin7JslUa4LYdqIvF86scGBYb38q5I1AHBLnO9GRw0VQRkCO2RSES6td4Qu1cBnfV0rjGFKJLScwQ9nTpw==
dependencies:
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.schematics@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.schematics/-/ng.schematics-4.3.3.tgz#90b1d5e46331a79e97cc24f019006deb91c35931"
integrity sha512-6AzdsLFoWrqmK/2QLBSK1BQoCzmHSVdRB3OnR3vpBteO4d2bQVqIoRups9p5hsXH85UF1qWFEPujKwz7gzj2tw==
"@abp/ng.schematics@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.schematics/-/ng.schematics-4.4.0.tgz#e13689b85a4724736b79ca7257af3bee093e1d2a"
integrity sha512-UFJait7QGGVK3YKF0JvWghIvF7mxn5nnUaGckcNhZA7N1+FFYwTtLqdAscPgA7HjsQch/c9eRd+jROJreiHdrw==
dependencies:
"@angular-devkit/core" "~11.0.2"
"@angular-devkit/schematics" "~11.0.2"
@ -70,38 +77,39 @@
should-quote "^1.0.0"
typescript "~3.9.2"
"@abp/ng.setting-management@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.setting-management/-/ng.setting-management-4.3.3.tgz#415e4b7a709de211e68e501c2b04bd5646628ecd"
integrity sha512-Jnsvacge58zZXytP0HwrUQaub3XvzCqtU/xCJdYmFaRPxfuhpDjXRPQvWIFrccHEuZoh9XIM3srD+GXhmRJjIQ==
"@abp/ng.setting-management@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.setting-management/-/ng.setting-management-4.4.0.tgz#ebcadabcdbafbbc1b7015012d82b767661096040"
integrity sha512-ji4v/6iFmLT8ANZfGieI/dGgoOsGLX4dzIfMjqe7ktobTsg5dcj4fUKVhxmPVq2FeiOT6r3znQREMMaWj6v1Bg==
dependencies:
"@abp/ng.components" "~4.3.3"
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.components" "~4.4.0"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.tenant-management@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.tenant-management/-/ng.tenant-management-4.3.3.tgz#d7cac0bd2f8667d1e80074d695a10573647a47f9"
integrity sha512-pW93Id/od+r15WO9qkPtPn5UkyhiyYfQt0MD5YFUNYX1ArHsxYLitJAlmRsR5ISQVFDDltjX1skfTx3//f5vdg==
"@abp/ng.tenant-management@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.tenant-management/-/ng.tenant-management-4.4.0.tgz#e9e06876917d41dafec339eeea2f25428c8d5c14"
integrity sha512-j92AVEkM+nnoYrR+RphZcb/X1CJ8SjzPby2/cIBr8VeW32TvRKIAD38Bkjm73Cju3D0Qbx5gyPYZiYyTLaxn6Q==
dependencies:
"@abp/ng.feature-management" "~4.3.3"
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.feature-management" "~4.4.0"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.theme.basic@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.basic/-/ng.theme.basic-4.3.3.tgz#c7b0f21f98d1fab9b1577a760366cf5b313468b3"
integrity sha512-06Q5iqAmlgsGKLk6XNERHs2slPnT0SdgrO6JgzLcn7e/RPtAF3MkIW/5BEIVPKv1fJFN38x6ht0NvJWzcB2C4g==
"@abp/ng.theme.basic@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.basic/-/ng.theme.basic-4.4.0.tgz#50053faf58016a330ca7ba1ef5f00559396f9dbf"
integrity sha512-vSuetQRXQhpxWx2sNriLRCpKhyhGNdywYsjbFqLUuTDaTQI+UYEprGG87Pt4HqOsXJujuPtnySxQsp9zJH25+g==
dependencies:
"@abp/ng.theme.shared" "~4.3.3"
"@abp/ng.account.core" "~4.4.0"
"@abp/ng.theme.shared" "~4.4.0"
tslib "^2.0.0"
"@abp/ng.theme.shared@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.shared/-/ng.theme.shared-4.3.3.tgz#439adf61fbcce49969c931571619678aa0d4f7a2"
integrity sha512-xE/6mQywVCxNv6uoe7sUuVwZcJh1sW0W4bfkuGe+wNpl6ZcXJzbgC9+QxWLfGp0jHdEbCaEbDnsmkk7ulOghRg==
"@abp/ng.theme.shared@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/ng.theme.shared/-/ng.theme.shared-4.4.0.tgz#ba70fcdb9f7c064f0523ee63145b3b769ddfa419"
integrity sha512-x49NAyxs7pKAoUFSh7ms3QXz7kh4nP2x0TuiipMM7ika29Nc9m5B0DQ9kj9jFLEC53b/sx15fAkfrXUY6yHSsA==
dependencies:
"@abp/ng.core" "~4.3.3"
"@abp/ng.core" "~4.4.0"
"@fortawesome/fontawesome-free" "^5.14.0"
"@ng-bootstrap/ng-bootstrap" "^7.0.0"
"@ngx-validate/core" "^0.0.13"
@ -110,10 +118,10 @@
chart.js "^2.9.3"
tslib "^2.0.0"
"@abp/utils@^4.3.2":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.3.3.tgz#2e724cf80800fef678627f6f212a8be895cc75bd"
integrity sha512-gXoTV7AltWyiqqOi6NE2DwUAJfI08AbByD2YVsst5LmqZGY5oX7CQOLdbDuuXlKou/kHwNzc25EMe1O4/r6rYw==
"@abp/utils@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.0.tgz#b74b5cfb8e9b078d8b7a724cac73d348f854e89c"
integrity sha512-EgLqGmfwNuDgPIoqrSJZMWvXKhScj3FE2hG0kmIBtCyj3SOaHgYVFuTqs4hx2WoBB6YUNhG3U1hn6c1EzIrIcQ==
dependencies:
just-compare "^1.3.0"

19
apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj

@ -2,20 +2,24 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
@ -26,5 +30,4 @@
<ProjectReference Include="..\..\..\..\services\saas\src\EShopOnAbp.SaasService.EntityFrameworkCore\EShopOnAbp.SaasService.EntityFrameworkCore.csproj" />
</ItemGroup>
</Project>

4
apps/auth-server/src/EShopOnAbp.AuthServer/package.json

@ -3,7 +3,7 @@
"name": "EShopOnAbpAuthServer",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.4.0-rc.1",
"@volo/account": "^4.3.3"
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.4.0",
"@volo/account": "~4.4.0"
}
}

2
apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/abp/jquery/abp.jquery.js

@ -106,7 +106,7 @@ var abp = abp || {};
$dfd.resolve(data);
userOptions.success && userOptions.success(data);
}).fail(function (jqXHR) {
if(jqXHR.status === 0 || jqXHR.statusText === 'abort') {
if(jqXHR.statusText === 'abort') {
//ajax request is abort, ignore error handle.
return;
}

458
apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock

@ -2,57 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-4.4.0-rc.1.tgz#327a26fd71183ea2b4264ce12e4558310e8243b3"
integrity sha512-YycorI8c5EUx0Wi50R+Vrvd3m52RTntDB51y0u+2/UebEP9TkJfw0BowLDRqISLKQ1cqnrh5U+JlwPIUFD9hTA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.3.3.tgz#01152192c12a6cf7c91b752523046bad7911b3b9"
integrity sha512-fWT1gFLh+9uMaH6OGMjwWAfwxcQGn7NJoQCd6o6xAeYiC6HdtXSkfKcn6Xvwa3rTI+Yu/JAf+5MhO1bz8oj2Wg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~4.3.3"
"@abp/bootstrap" "~4.3.3"
"@abp/bootstrap-datepicker" "~4.3.3"
"@abp/datatables.net-bs4" "~4.3.3"
"@abp/font-awesome" "~4.3.3"
"@abp/jquery-form" "~4.3.3"
"@abp/jquery-validation-unobtrusive" "~4.3.3"
"@abp/lodash" "~4.3.3"
"@abp/luxon" "~4.3.3"
"@abp/malihu-custom-scrollbar-plugin" "~4.3.3"
"@abp/select2" "~4.3.3"
"@abp/sweetalert" "~4.3.3"
"@abp/timeago" "~4.3.3"
"@abp/toastr" "~4.3.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.4.0-rc.1.tgz#fe3b8aab3db2a5406b68db0355942e1267c1c81e"
integrity sha512-QA861zNC2nrNxy5P7A7YtJrA6cRz6yvGIZEnasqYUQ3pqrmkV526AoPJrxIYfn8gjs2FiUHcEIirYx9IriL0Pg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~4.4.0-rc.1"
"@abp/bootstrap" "~4.4.0-rc.1"
"@abp/bootstrap-datepicker" "~4.4.0-rc.1"
"@abp/datatables.net-bs4" "~4.4.0-rc.1"
"@abp/font-awesome" "~4.4.0-rc.1"
"@abp/jquery-form" "~4.4.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~4.4.0-rc.1"
"@abp/lodash" "~4.4.0-rc.1"
"@abp/luxon" "~4.4.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~4.4.0-rc.1"
"@abp/select2" "~4.4.0-rc.1"
"@abp/sweetalert" "~4.4.0-rc.1"
"@abp/timeago" "~4.4.0-rc.1"
"@abp/toastr" "~4.4.0-rc.1"
"@abp/aspnetcore.mvc.ui@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.3.3.tgz#f6b7cf416a26f92dcb4a43f12901a3216a883fdc"
integrity sha512-19upZ8GTB8CPAyBJYNi0NWXxrdks+dgcgrVVyd6jjB2/03I3cc6j/sRz2+lQ9G+AL7nuF/K3q2u/KLzywSB/1g==
"@abp/aspnetcore.mvc.ui.theme.basic@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-4.4.0.tgz#dbb8add10a5d5c01fa1f7f9a918ebf87f6f9ae2b"
integrity sha512-SOBgni/T6SzIOx8vRcI7nl7vBpXrBh8yEuf9KTnjifqLIHPNv5CCyurgwLvhYayB7ST87UXBpNWwOJM1ywVtcA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.4.0.tgz#59408675448cd0892478f27b5fef2e317676b12c"
integrity sha512-iqHKk2Ada/c64T+ZRKuj+lc9xWO139vDCs4vi/KPNAtE7KFxU3/ogHWxFRTinZdxkhK9WBgOcsg8bbxjZmVm7g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~4.4.0"
"@abp/bootstrap" "~4.4.0"
"@abp/bootstrap-datepicker" "~4.4.0"
"@abp/datatables.net-bs4" "~4.4.0"
"@abp/font-awesome" "~4.4.0"
"@abp/jquery-form" "~4.4.0"
"@abp/jquery-validation-unobtrusive" "~4.4.0"
"@abp/lodash" "~4.4.0"
"@abp/luxon" "~4.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~4.4.0"
"@abp/select2" "~4.4.0"
"@abp/sweetalert" "~4.4.0"
"@abp/timeago" "~4.4.0"
"@abp/toastr" "~4.4.0"
"@abp/aspnetcore.mvc.ui@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.4.0.tgz#66d1255cf0c3bb416ab6fcb08a2389a6fdd28b62"
integrity sha512-GtF0KUTmp8pT94BLCSuzv/LQuyD9xFJCeAy7mJsqlACK/P2BFhX37zD8fDgObLlNyBMS0r3a7GpAVh3uPgaXcQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -61,315 +41,161 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/aspnetcore.mvc.ui@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.4.0-rc.1.tgz#c086d5b1b4fa2b977779ed6e666e897879c7f3cf"
integrity sha512-cBzMQYmPJiXxo3z6PhLV5Sq61sWTN5e4139tpQepma4ctYBlV1+jQnNxmfCRVQio98YDk72kdkOtt7qQtP+TlA==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
glob "^7.1.6"
gulp "^4.0.2"
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.3.3.tgz#c0aa0e64b3c44c6601a758c0d20e869ad1f6f706"
integrity sha512-xagwxUN6SdPE5wRxX4PCp7nf5q5PXJdk04agYjIh2/oEUo/Q8fjUBhfAfMjD7DX09iXOLaWF43FJ0q3QCQeZDw==
"@abp/bootstrap-datepicker@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.4.0.tgz#13c5b40601bcd298a6c73c821d3afb6d6225b34a"
integrity sha512-RKjoUMZLU+2ki2pRYb4Ubu5v//5NfyisY95cw0Ljwj2Agb3ZmHVMP2Ptzd2KR8bvIqkyDLdfkE6n1NKPR/L1wA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-datepicker@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.4.0-rc.1.tgz#9885772427e4dbcc98d76a404a6a85e84e32671f"
integrity sha512-Rb27WGmTTk4duDkQP8wO6N1xjSgXvmgW7zbKsoyzBPrySDsT+MyCXKWyslyEBg0Fk4HUhiRARVRAecOBnFq+dg==
"@abp/bootstrap@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.4.0.tgz#51131b48978b1bf0cbd726f0c13349efc3641907"
integrity sha512-CRDW/b7JXR8+LMb6mOWQyHbLwfbTZHL7hNPE3jJC6+TaMjWZlS0pulPkG1dBXn88+y0VaVFrzuuOYE02B1QH9w==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.3.3.tgz#ba904bed5f5824ea2cbad91e7ffbf3db8b2c2a4f"
integrity sha512-68jAvd8U1OrBAPoY9iTuGOd/tlC/44RJHVUQaArXZQ2Xr6kLacCyChDW4QSgMtehHMSXJ/yeJuFLKm5k7iNcoQ==
dependencies:
"@abp/core" "~4.3.3"
bootstrap "^4.6.0"
bootstrap-v4-rtl "4.6.0-1"
"@abp/bootstrap@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.4.0-rc.1.tgz#cf5caf4e33e3afcd763603622c22c1585f49d21b"
integrity sha512-TytaRAVAxH/zIA3xLv/Kt909dou4EO57lnqz/wNorzoBxXdwmSDcIGx7IZkmQwXih8Sj+opC4QORJ6w02FMprA==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
bootstrap "^4.6.0"
bootstrap-v4-rtl "4.6.0-1"
"@abp/core@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.3.3.tgz#4e7c438c2ee8cbaf505767a4e2882c3ff8d9e705"
integrity sha512-Bak6DgD+xniPr6i0tRYyZBajLdkjo13JgUTV1piuvQWSYfg29KnwJ8yobrjO/c2ipKJlTtcdNehgEPoBieM5fA==
"@abp/core@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.4.0.tgz#717d4e0191062ec0ad74c46c2db6bb8097bd9675"
integrity sha512-p+CBel9BVcefS4R4njfvIEMBuleqXxiSxGAJKdgEo0stFVc1iPa0Q8PqBWhuP6hWGzJpk4lspszMqA6LIW3oyg==
dependencies:
"@abp/utils" "^4.3.3"
"@abp/utils" "^4.4.0"
"@abp/core@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.4.0-rc.1.tgz#cf31b5a0136e388d6d300b5274ccaedd6f886b42"
integrity sha512-q8yh3nQhBV85hfn3D0K3yWoj7wxvTw7ZjYA3+YpIClyG3/W4+PB/eAC7+VjybMxX4BMpt/694kYHNd7s78DxRA==
"@abp/cropperjs@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/cropperjs/-/cropperjs-4.4.0.tgz#33174d65e49b03e96f8bb1b56090eaf2b3ddc89b"
integrity sha512-bil6rFUkd6U6WeSU+u3YwhxvJPlp8gU/S62pnolBdn6BlFLZU1NqgoYz8t0XfZ2+YNN91zEw4nKNjJV8ir0Kmw==
dependencies:
"@abp/utils" "^4.4.0-rc.1"
"@abp/cropperjs@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/cropperjs/-/cropperjs-4.3.3.tgz#0e63515e1832bc67588d4d70a56fcf22735f12d6"
integrity sha512-/WwuSOMsy5Ys1T0c7/vIhbx90XRmF4dXTktx21eCK6W0tq801mAiCx1sLzB5TmYbZrtGr0Z/r+6FW9o4W8G8+A==
dependencies:
"@abp/core" "~4.3.3"
"@abp/core" "~4.4.0"
cropperjs "^1.5.7"
"@abp/datatables.net-bs4@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.3.3.tgz#15d8e1b55f1444cabc537e7227cc853a72b35556"
integrity sha512-dAdcVUrrpYlvRVYn6RdH1PTqbKdCJrmPx95j/VQsjfvFNLtorMBqBNuQV0sAHgYtra6q2WsRYt+jJP2OmQcyQA==
dependencies:
"@abp/datatables.net" "~4.3.3"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net-bs4@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.4.0-rc.1.tgz#8b597f4205c5cf6eeab252968767f27bead51cbf"
integrity sha512-Tuoa5qOv4XPo7EJHU9lzFYFn0DFVG3jFTaCxruKLybPXnNCmyzgwLuQmD0U2hI/oRGb0JILcD6QCfOqfOs7Jsg==
"@abp/datatables.net-bs4@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.4.0.tgz#f881c34c8d7675473c9e964821bc0201db321142"
integrity sha512-fdEZ+z6CQMQfYsOmqvNaUg1+8nssGxDtHvS10m99ALvXbCsnY4Na8NdLo1soZ8Q24FMhA5wOoLsf3CnyNEFTrw==
dependencies:
"@abp/datatables.net" "~4.4.0-rc.1"
"@abp/datatables.net" "~4.4.0"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.3.3.tgz#be193b630ab40a23ce3a57d9209eda63938e74ff"
integrity sha512-zLDirf+Ut4QgMvSaDM1RVq+VPF/U7tw7Lp5pnuA0ray8t4v5Szo44MGk6GZCk6uCdUI8QooOMaWcQuGk89xlQQ==
"@abp/datatables.net@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.4.0.tgz#ba9d5cc241a106d3914cdf4903e284cdd7809d8b"
integrity sha512-bsrbBp2O2H3mN+Bina1KO5q976emfRssNKKHFea4wpJPf6cuyJU7EvwNRKnu/aalXxhq9XTN1+ADkX4sdoco7g==
dependencies:
"@abp/jquery" "~4.3.3"
"@abp/jquery" "~4.4.0"
datatables.net "^1.10.21"
"@abp/datatables.net@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.4.0-rc.1.tgz#c8996770323bd4310c4d2b057d5ceb396aa159f2"
integrity sha512-67Gy/nNE3z8XfGUdQGpA491r6NOPpyBChrqnenhsMiNq65ZJVcJDgtc5KLc8hDXMvNFtuTXNRBgLpK8Xs5R/LQ==
"@abp/font-awesome@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.4.0.tgz#57f87b865a823d832b82405a82eb40cb78a05edb"
integrity sha512-yl69vEcX1C1mjlU8+dNgLHnOcnPqx3pQvmmLQ2GJIBAsOEZPweHVVD4aEvcmAdJOm+Vbq1j5f3TlmZcWo42SVQ==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
datatables.net "^1.10.21"
"@abp/font-awesome@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.3.3.tgz#d612ede5afb9dd07cc7824c7147c1f1e08defb77"
integrity sha512-njuvwvjN3vhwJk2ln8SXDShsO/GdZ4M4zJCKy73s9qZh7Uyr6aiNGMap3bo8yK8MyNx0AXWi7QGYp3Zp2FA7QQ==
dependencies:
"@abp/core" "~4.3.3"
"@abp/core" "~4.4.0"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/font-awesome@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.4.0-rc.1.tgz#8305b6e26b22afd29a71407c033362bdf3cf6eec"
integrity sha512-vmPn7Kvy2F1WHFzypymnGKQtYCkYSZMH288wuhdvqEPosHsmK583eqFuoF1kXE4T2D84nhyXC/mGxv2053NvQQ==
"@abp/jquery-form@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.4.0.tgz#b87edebbdde6f3c286ca9d7c2911609b37105ab1"
integrity sha512-PJ1A5wipPSAYAfcqe9FBCPcnxhQo4vssIcSWLfzTolngq1gX4J4fylGHKlO9AfgpsI0oXB+3MGNgXpgR6uakwA==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.3.3.tgz#fa850cb5c9de9f584a8a57da934199719a2f71e7"
integrity sha512-24/X/SKe/wJNxIeXxFfW3EfKLXR7eAygdMm2X8lleqcS1K5aRTXCxt/tDlyHgrDh5nFMBaFwbJ1p3ii7ukRWRw==
dependencies:
"@abp/jquery" "~4.3.3"
"@abp/jquery" "~4.4.0"
jquery-form "^4.3.0"
"@abp/jquery-form@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.4.0-rc.1.tgz#ba4c468014cd3f95641daf856e024ad5153268a4"
integrity sha512-hWEousKP7h4C8IQj9a/4aYSCi7HXiBQemRt9tCyERQMMD1lz22+PYVrFJvnVJT0nh/t9tbfKzpW6pRHorQu4fA==
"@abp/jquery-validation-unobtrusive@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.4.0.tgz#d7cba6f4888efb1d640bca2ba5a15a2ef4fb3ab0"
integrity sha512-CNwDVjGU99kDTtoyjObKcBhWNUrxXC9BeatEJn4/6uNAKA2TX32l7cFUeUL+AzVL2KeXjhzkK7/ZtsmaZ9yeRg==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.3.3.tgz#183ddca2f96035f21de75097bcd15a5ff54b662f"
integrity sha512-YlDIgOe98H8HNzTFmFukz5+p/AW8baSfppXQLJNlY9xzx83lkW9/gLc/LdSO9243NI2a1nowLVZ7vcL6dMv9kQ==
dependencies:
"@abp/jquery-validation" "~4.3.3"
"@abp/jquery-validation" "~4.4.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation-unobtrusive@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.4.0-rc.1.tgz#399c82f2d5818f484998a90776a19fd89fb09ff4"
integrity sha512-GSQaOp3xjhQp91C6rbPFpTC78yv6wqy8N21ZV0Ncl1f5jTMi34XBD2ysT5ruhzjDhEEmihULwzGZdkNTBCmmkw==
"@abp/jquery-validation@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.4.0.tgz#5cb69e3253c31bdd01dd2664940dea47198acfc9"
integrity sha512-EkO+FjdxVzLyY0zN3UWcxJKATVEhXBrmyBBVT5YoVZ4bDaR4D2/YrmL73IZaIOJC1mKbFiNcn3B8whp3a7yRNg==
dependencies:
"@abp/jquery-validation" "~4.4.0-rc.1"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.3.3.tgz#a76f0ca233abf134cb557019c2aa7777c1b0ba1b"
integrity sha512-PYVcz6ehbI43LEwhet89wHZBBoPdbHu/aSgaYHRC4scQu0EhXN8RpPyHmEsb7SyvRP6c8QBFvofDDY3LO73pWA==
dependencies:
"@abp/jquery" "~4.3.3"
jquery-validation "^1.19.2"
"@abp/jquery-validation@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.4.0-rc.1.tgz#f27e0ecf9787a7b4a733067f28dd757bbd2a1b86"
integrity sha512-nATvgXwLoZVJrOV8NGo2QyOrLbblethTBiJ8TgonOXJAiWOQlIKNgsVKeyy8/nF3W48NqDgsZagt1JNXNEbcYg==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
jquery-validation "^1.19.2"
"@abp/jquery@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.3.3.tgz#889245ae382bbefeee3b932b68c86e8016f33aab"
integrity sha512-qY1f3EDDjaJyAKSxl2gxrt/U1y2yLWLq1x7QReTtuhkHEwrs+xZ5AOy4Lum3Q7awiGKysvJhPS2JfaRKeG+skA==
"@abp/jquery@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.4.0.tgz#8818eac1e4c6cccc525c51b46ea7ed2b43ca992c"
integrity sha512-VjDrV0rINmj496dpp6VjmmQWtQE1uAGN1oMDLFuSEyL6lPfqrzMnrAhmlPnxEJwyBMo4y8N3xeVgSX+ioS3dCw==
dependencies:
"@abp/core" "~4.3.3"
jquery "~3.5.1"
"@abp/jquery@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.4.0-rc.1.tgz#de1d8824b422ac96e4a07ee167058c00411786d9"
integrity sha512-StOe74MNhXqTNAdnCkrG/UM77keR9TYEiZ2vLOW23cteOgV8ohhJXH7xhNKfFkiQBla88utt7Txyx8VNA12E/Q==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
jquery "~3.6.0"
"@abp/lodash@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.3.3.tgz#6ca17141ee9d5cfb89c51b4bbb49e06289c10b36"
integrity sha512-1pxZ5pNwY0ZBDkchY94ji6ctEK+0dK1APMMctxOpd5BYynQbdjj/skKWiPl6HfznxI/qi2y6vJheFnKUhLDjAA==
"@abp/lodash@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.4.0.tgz#492ec0f4c39dcd49689545aa013bdeb52db01ea3"
integrity sha512-5Snk8WxF0Jf/CoDvzIpzTi2Y9FcVIj8kGyZ47CeIg5sYFa/NZpDij/CGhy/5QBnPOL74M9Q23NLdUTEVZPJMkA==
dependencies:
"@abp/core" "~4.3.3"
"@abp/core" "~4.4.0"
lodash "^4.17.15"
"@abp/lodash@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.4.0-rc.1.tgz#1a07a87e9f360a4a1f2ed4fd19743145aa411e33"
integrity sha512-Gm10DDUTulWIw4XnPDXiy7A2xfGPD1UueRqLhrJ0JT0mgnys6Kaib49tsnzDhPJBv07Oufnw+p57Aq+YUOF4fg==
"@abp/luxon@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.4.0.tgz#4dabe1929640b1704a4a73e0ecbd9b3b03438353"
integrity sha512-fQE8aTxRyXlPyk5PD9XiuJbc3XxmkSsXMtl9u4JZYlusVyZ6o46or6LLf9KsgMwEs1C02CJyGQKqk6Gkivl7Ug==
dependencies:
"@abp/core" "~4.4.0-rc.1"
lodash "^4.17.15"
"@abp/luxon@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.3.3.tgz#da0448cb6d9a93a85e0885fb0fdbd432aec3e7f1"
integrity sha512-0mf0A1bIfzcsvoxkfY203iZfnHIO5KjhLbZsRZT7A2xp3g9Nmnj8YGD3CSAJCAs0Usi/FBetBtEIs3vv2wzvWw==
dependencies:
"@abp/core" "~4.3.3"
luxon "^1.24.1"
"@abp/luxon@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.4.0-rc.1.tgz#5c3f4ac1fcdfb80d79a4dd50381eaff38637949f"
integrity sha512-bfLgQJE3WAEIC3HxfCFTdMNWNs/nCe9pDGN8qsiUmQ0P0ZEQzkXvNSRe9idQP2Cbn/0q0+y44oa9v2sLT1LGsQ==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.3.3.tgz#64d83674d0da1f50c48ffcf9aed5d7669f12ba77"
integrity sha512-6NqOWufGqs5Hfivwt8fTJCz51c2XFtCRG9NSef5qhWIsqB8T3R0+pCUueA91oNaBDA0gmMpXQAL4fP0vSb96sg==
dependencies:
"@abp/core" "~4.3.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/malihu-custom-scrollbar-plugin@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.4.0-rc.1.tgz#370a459024f62abfb58c73cc63c42e3183374e82"
integrity sha512-bzlQDE9u99nPw0XOqORSUd57IwN2N7EmJgSrsZ1kY5YRqA1KXZFMoUBxuBHvYR38+IAN6h79wF2yMxT79dTU6w==
"@abp/malihu-custom-scrollbar-plugin@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.4.0.tgz#94cf234adca15391dc373591296ed2468dfbc0cf"
integrity sha512-de8DSEPLu+1pt9j4U1Md+6MOxV7RsxbZOs0vrRPHTdVQepxsavNncUOuKHNs0qXrsPOVBfgRzizUZGGaOpvlng==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.3.3.tgz#6fe97eb15873493821560ff3bb0188094f58f9b3"
integrity sha512-L/03kw/UwB5bMgEifuGp2WAi/mD7NdzVGhV85vxnIFDqNL5YJzki6khCFy1gOP9A8fIaWbra0d81RwrEFDHcBw==
"@abp/select2@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.4.0.tgz#a8db05f647aaa4f792dd5203e48666f51b340407"
integrity sha512-CWAFk9NUp03PUBfMqrek5cAQo5vXva5cqcAAl03NYn/OtCsrlc48WW0O4Lfq69VO/cPgg8fLMlNplmCAEXNAlA==
dependencies:
"@abp/core" "~4.3.3"
"@abp/core" "~4.4.0"
select2 "^4.0.13"
"@abp/select2@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.4.0-rc.1.tgz#219e3999bae4bae26bfaf2290e9cc6b79f3632eb"
integrity sha512-qhJZOt6e9mTggS8Qn779OtUZADwbvtErZa4xgRgwS4lzBJEpQjZzfBVnKQZ7K74MOn7nHRFvC4dTEDbzhcfukg==
"@abp/sweetalert@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.4.0.tgz#9feb16a54c369fd5f04276db45c36fde93ff2b22"
integrity sha512-EX3xpgIWUjTz+eFQIswJzJx9jToGSv8ohAjtFaCvV3oAlSsbxDlsqSNujyzMNa7xjL449YgLXbyYavtj+TTLKw==
dependencies:
"@abp/core" "~4.4.0-rc.1"
select2 "^4.0.13"
"@abp/sweetalert@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.3.3.tgz#56a6fd89956851c9801085ac17beb1199878a887"
integrity sha512-tHGYWKum8YFBdfhvCeCpv5Qn4tfSHvXYxWxQysB+K2t+s5F6YGOo/IsEGipRVzfO5E4BsdWZ2UTp18MMRgCmGw==
dependencies:
"@abp/core" "~4.3.3"
sweetalert "^2.1.2"
"@abp/sweetalert@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.4.0-rc.1.tgz#35f678daca1bb9839e8789c0a8da58c7423f5faa"
integrity sha512-lY7lYcR9fs+k468Cr9l5kZaH6+FAqc765teSsJrIAdr1fxnDPzZWxoSSqNc3a8mEg125c2NwOD8L+AYOGqMFiQ==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
sweetalert "^2.1.2"
"@abp/timeago@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.3.3.tgz#64140843778b0da67bddc693a980fe06740774cb"
integrity sha512-eJa6C38eINvcu9dLZSgsIp/o/KLOHgertxMCIraSnkH3QwngUqVLfXRZg2DOEh14dxAUPpTiKp6cHS+YLe8PEg==
"@abp/timeago@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.4.0.tgz#0973e0ef3caadb5101e75506367fe8b9d4b2dcfd"
integrity sha512-svHVKzQNAg4SNSv8QBh5cg7HT00/YrwUBjTg7QE6/DBfSayKYgx0lntEb02oVmR0urhw3P11FEtezKzPHZc4Mw==
dependencies:
"@abp/jquery" "~4.3.3"
"@abp/jquery" "~4.4.0"
timeago "^1.6.7"
"@abp/timeago@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.4.0-rc.1.tgz#ba6c9c01727016b06e70eacfbc218bbe033b3a93"
integrity sha512-fxRMdYrnZTC2FbBXJfX5nlKVILXFmxRdZ4PW+DhSolsDSG2FR3yesbqS2SWoLuGvr81oBIkXbECaf7S/oWA2Iw==
"@abp/toastr@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.4.0.tgz#0bfc809a485863d37b8b7d535d9526ea177f27d0"
integrity sha512-tc8s3nKroC2bWG2YwlTd68zsnToaAkFX3FwjfcpFknB9OGGxcAW9Iijn4Vjh41CZi9rXhBaYTZRDv0Ve0cWJbQ==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
timeago "^1.6.7"
"@abp/toastr@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.3.3.tgz#31927392bcaefb4d00ac208b6d32e63c4d08da50"
integrity sha512-jfknDSeljI5sUcj57B4U+UgR5l9Ii7bBhJiAOSl+pE0oJh9NJckHgAI7vlT5m8LqdRsT+wpFZ+go+VaoHTCStw==
dependencies:
"@abp/jquery" "~4.3.3"
toastr "^2.1.4"
"@abp/toastr@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.4.0-rc.1.tgz#a559665b3516f0f1eaba1c2b6fdd91d47cf25b62"
integrity sha512-7BUywNmL/hXzR4hpcQejcA9YMsLGRisqdOTpZy7abkD4wicuchHy1tr9cBSLbDIgA8oMIqM9ubh3VvPoe6pl4A==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
toastr "^2.1.4"
"@abp/uppy@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-4.3.3.tgz#3008e8cd5d3580b6399daaf71d7a49934dbf6670"
integrity sha512-lN6VMrEGI0242tyUgT4z6VmL0zjN2OPMV53cnc8nmspzWVVcgCFcubqistNxBMaiUHX6OXQAlHv+38OqMZ8DUQ==
"@abp/uppy@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-4.4.0.tgz#7be074175a904b89827e17aa9fb2e3c4ff3fdc64"
integrity sha512-Ut/Nu1eodwzcl3wFeYy4siXfbmeu2Az8iWhPOamTCif5tQdIb4IDta/+t2olRGINxeJy8WU733L1bw0GFoPyyA==
dependencies:
"@abp/core" "~4.3.3"
"@abp/core" "~4.4.0"
uppy "^1.16.1"
"@abp/utils@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.3.3.tgz#2e724cf80800fef678627f6f212a8be895cc75bd"
integrity sha512-gXoTV7AltWyiqqOi6NE2DwUAJfI08AbByD2YVsst5LmqZGY5oX7CQOLdbDuuXlKou/kHwNzc25EMe1O4/r6rYw==
dependencies:
just-compare "^1.3.0"
"@abp/utils@^4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.0-rc.1.tgz#704764e60aae7beec2fc3ac9fff6217c1c70ddf6"
integrity sha512-HOmxzOKueogv5mZ6b7SLzBlANYmtL3R8XFypPTky98qYYYWktSxgDkEnyvpe20+yuxKkzVW7sf/swKWEt2onIQ==
"@abp/utils@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.0.tgz#b74b5cfb8e9b078d8b7a724cac73d348f854e89c"
integrity sha512-EgLqGmfwNuDgPIoqrSJZMWvXKhScj3FE2hG0kmIBtCyj3SOaHgYVFuTqs4hx2WoBB6YUNhG3U1hn6c1EzIrIcQ==
dependencies:
just-compare "^1.3.0"
@ -672,21 +498,21 @@
"@uppy/utils" "^3.3.0"
cuid "^2.1.1"
"@volo/abp.aspnetcore.mvc.ui.theme.commercial@~4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@volo/abp.aspnetcore.mvc.ui.theme.commercial/-/abp.aspnetcore.mvc.ui.theme.commercial-4.3.3.tgz#cd0cae2fbc9808f04c8adfdb2a63c93496403b28"
integrity sha512-YRNQwDlUyYzeNROi9nh0C5LVVktngrobWvSmHcGd+zxY05IlladQE9Cp7Wzft3jCuciZVlXuouZtYgip/7VURA==
"@volo/abp.aspnetcore.mvc.ui.theme.commercial@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@volo/abp.aspnetcore.mvc.ui.theme.commercial/-/abp.aspnetcore.mvc.ui.theme.commercial-4.4.0.tgz#56067558497708495336d5ea4c9bfd4ca10aba97"
integrity sha512-zrxBbtGTGzQEvw1aI6wQlAatesYb+JXvyFsPLTC4Vyi2Qzc2AxkTIqF8qy+TuH+DwZCeeV3KrygZ2i6PrpVwZQ==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.3.3"
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.0"
"@volo/account@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@volo/account/-/account-4.3.3.tgz#d5bf04c1fa434cbca54e0ecf8d78158b299156ce"
integrity sha512-MnK6QAM97EWKYGT4Zgh/HAXoxAUfgOw5srql3u9tcV5lm2uqngNDQaFC5ck48jsaoXJeK/GrnMBlfDbVjwMO6g==
"@volo/account@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@volo/account/-/account-4.4.0.tgz#6c2a30d98dd570fa8ecceb83a21d996461862f26"
integrity sha512-mvYllXo24gRVYaxYHp6L+pOk1OOYNy9iZS8qL8ujA6B7wJB1esZ/bF0GauarzggOBROBgbHyQxEDpvCZwmmT/g==
dependencies:
"@abp/cropperjs" "~4.3.3"
"@abp/uppy" "~4.3.3"
"@volo/abp.aspnetcore.mvc.ui.theme.commercial" "~4.3.3"
"@abp/cropperjs" "~4.4.0"
"@abp/uppy" "~4.4.0"
"@volo/abp.aspnetcore.mvc.ui.theme.commercial" "~4.4.0"
abortcontroller-polyfill@^1.4.0:
version "1.5.0"
@ -2073,7 +1899,7 @@ jquery-validation@>=1.16, jquery-validation@^1.19.2:
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.19.2.tgz#c602831b0d8c5881400af424e872757ce241eff9"
integrity sha512-yHaAqOGaAB7+p2u5lpzhhQVt3CBMUw3fHcuCJ7nXmXz0LWLHPN7yOhwnocp5nrn2SmnXR1jpV+whx2j1kLz1tQ==
jquery@>=1.12.0, "jquery@>=1.5.0 <4.0", jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.7.2, jquery@>=1.8, jquery@~3.5.1:
jquery@>=1.12.0, "jquery@>=1.5.0 <4.0", jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.7.2, jquery@>=1.8:
version "3.5.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==

16
apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj

@ -25,14 +25,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
apps/public-web/src/EShopOnAbp.PublicWeb/package.json

@ -3,6 +3,6 @@
"name": "EShopOnAbpPublicWeb",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.4.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.basic": "~4.4.0"
}
}

238
apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-4.4.0-rc.1.tgz#327a26fd71183ea2b4264ce12e4558310e8243b3"
integrity sha512-YycorI8c5EUx0Wi50R+Vrvd3m52RTntDB51y0u+2/UebEP9TkJfw0BowLDRqISLKQ1cqnrh5U+JlwPIUFD9hTA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.4.0-rc.1.tgz#fe3b8aab3db2a5406b68db0355942e1267c1c81e"
integrity sha512-QA861zNC2nrNxy5P7A7YtJrA6cRz6yvGIZEnasqYUQ3pqrmkV526AoPJrxIYfn8gjs2FiUHcEIirYx9IriL0Pg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~4.4.0-rc.1"
"@abp/bootstrap" "~4.4.0-rc.1"
"@abp/bootstrap-datepicker" "~4.4.0-rc.1"
"@abp/datatables.net-bs4" "~4.4.0-rc.1"
"@abp/font-awesome" "~4.4.0-rc.1"
"@abp/jquery-form" "~4.4.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~4.4.0-rc.1"
"@abp/lodash" "~4.4.0-rc.1"
"@abp/luxon" "~4.4.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~4.4.0-rc.1"
"@abp/select2" "~4.4.0-rc.1"
"@abp/sweetalert" "~4.4.0-rc.1"
"@abp/timeago" "~4.4.0-rc.1"
"@abp/toastr" "~4.4.0-rc.1"
"@abp/aspnetcore.mvc.ui@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.4.0-rc.1.tgz#c086d5b1b4fa2b977779ed6e666e897879c7f3cf"
integrity sha512-cBzMQYmPJiXxo3z6PhLV5Sq61sWTN5e4139tpQepma4ctYBlV1+jQnNxmfCRVQio98YDk72kdkOtt7qQtP+TlA==
"@abp/aspnetcore.mvc.ui.theme.basic@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-4.4.0.tgz#dbb8add10a5d5c01fa1f7f9a918ebf87f6f9ae2b"
integrity sha512-SOBgni/T6SzIOx8vRcI7nl7vBpXrBh8yEuf9KTnjifqLIHPNv5CCyurgwLvhYayB7ST87UXBpNWwOJM1ywVtcA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.4.0.tgz#59408675448cd0892478f27b5fef2e317676b12c"
integrity sha512-iqHKk2Ada/c64T+ZRKuj+lc9xWO139vDCs4vi/KPNAtE7KFxU3/ogHWxFRTinZdxkhK9WBgOcsg8bbxjZmVm7g==
dependencies:
"@abp/aspnetcore.mvc.ui" "~4.4.0"
"@abp/bootstrap" "~4.4.0"
"@abp/bootstrap-datepicker" "~4.4.0"
"@abp/datatables.net-bs4" "~4.4.0"
"@abp/font-awesome" "~4.4.0"
"@abp/jquery-form" "~4.4.0"
"@abp/jquery-validation-unobtrusive" "~4.4.0"
"@abp/lodash" "~4.4.0"
"@abp/luxon" "~4.4.0"
"@abp/malihu-custom-scrollbar-plugin" "~4.4.0"
"@abp/select2" "~4.4.0"
"@abp/sweetalert" "~4.4.0"
"@abp/timeago" "~4.4.0"
"@abp/toastr" "~4.4.0"
"@abp/aspnetcore.mvc.ui@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.4.0.tgz#66d1255cf0c3bb416ab6fcb08a2389a6fdd28b62"
integrity sha512-GtF0KUTmp8pT94BLCSuzv/LQuyD9xFJCeAy7mJsqlACK/P2BFhX37zD8fDgObLlNyBMS0r3a7GpAVh3uPgaXcQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,145 +41,145 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.4.0-rc.1.tgz#9885772427e4dbcc98d76a404a6a85e84e32671f"
integrity sha512-Rb27WGmTTk4duDkQP8wO6N1xjSgXvmgW7zbKsoyzBPrySDsT+MyCXKWyslyEBg0Fk4HUhiRARVRAecOBnFq+dg==
"@abp/bootstrap-datepicker@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.4.0.tgz#13c5b40601bcd298a6c73c821d3afb6d6225b34a"
integrity sha512-RKjoUMZLU+2ki2pRYb4Ubu5v//5NfyisY95cw0Ljwj2Agb3ZmHVMP2Ptzd2KR8bvIqkyDLdfkE6n1NKPR/L1wA==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.4.0-rc.1.tgz#cf5caf4e33e3afcd763603622c22c1585f49d21b"
integrity sha512-TytaRAVAxH/zIA3xLv/Kt909dou4EO57lnqz/wNorzoBxXdwmSDcIGx7IZkmQwXih8Sj+opC4QORJ6w02FMprA==
"@abp/bootstrap@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.4.0.tgz#51131b48978b1bf0cbd726f0c13349efc3641907"
integrity sha512-CRDW/b7JXR8+LMb6mOWQyHbLwfbTZHL7hNPE3jJC6+TaMjWZlS0pulPkG1dBXn88+y0VaVFrzuuOYE02B1QH9w==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
bootstrap "^4.6.0"
bootstrap-v4-rtl "4.6.0-1"
"@abp/core@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.4.0-rc.1.tgz#cf31b5a0136e388d6d300b5274ccaedd6f886b42"
integrity sha512-q8yh3nQhBV85hfn3D0K3yWoj7wxvTw7ZjYA3+YpIClyG3/W4+PB/eAC7+VjybMxX4BMpt/694kYHNd7s78DxRA==
"@abp/core@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.4.0.tgz#717d4e0191062ec0ad74c46c2db6bb8097bd9675"
integrity sha512-p+CBel9BVcefS4R4njfvIEMBuleqXxiSxGAJKdgEo0stFVc1iPa0Q8PqBWhuP6hWGzJpk4lspszMqA6LIW3oyg==
dependencies:
"@abp/utils" "^4.4.0-rc.1"
"@abp/utils" "^4.4.0"
"@abp/datatables.net-bs4@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.4.0-rc.1.tgz#8b597f4205c5cf6eeab252968767f27bead51cbf"
integrity sha512-Tuoa5qOv4XPo7EJHU9lzFYFn0DFVG3jFTaCxruKLybPXnNCmyzgwLuQmD0U2hI/oRGb0JILcD6QCfOqfOs7Jsg==
"@abp/datatables.net-bs4@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.4.0.tgz#f881c34c8d7675473c9e964821bc0201db321142"
integrity sha512-fdEZ+z6CQMQfYsOmqvNaUg1+8nssGxDtHvS10m99ALvXbCsnY4Na8NdLo1soZ8Q24FMhA5wOoLsf3CnyNEFTrw==
dependencies:
"@abp/datatables.net" "~4.4.0-rc.1"
"@abp/datatables.net" "~4.4.0"
datatables.net-bs4 "^1.10.21"
"@abp/datatables.net@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.4.0-rc.1.tgz#c8996770323bd4310c4d2b057d5ceb396aa159f2"
integrity sha512-67Gy/nNE3z8XfGUdQGpA491r6NOPpyBChrqnenhsMiNq65ZJVcJDgtc5KLc8hDXMvNFtuTXNRBgLpK8Xs5R/LQ==
"@abp/datatables.net@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.4.0.tgz#ba9d5cc241a106d3914cdf4903e284cdd7809d8b"
integrity sha512-bsrbBp2O2H3mN+Bina1KO5q976emfRssNKKHFea4wpJPf6cuyJU7EvwNRKnu/aalXxhq9XTN1+ADkX4sdoco7g==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
datatables.net "^1.10.21"
"@abp/font-awesome@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.4.0-rc.1.tgz#8305b6e26b22afd29a71407c033362bdf3cf6eec"
integrity sha512-vmPn7Kvy2F1WHFzypymnGKQtYCkYSZMH288wuhdvqEPosHsmK583eqFuoF1kXE4T2D84nhyXC/mGxv2053NvQQ==
"@abp/font-awesome@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.4.0.tgz#57f87b865a823d832b82405a82eb40cb78a05edb"
integrity sha512-yl69vEcX1C1mjlU8+dNgLHnOcnPqx3pQvmmLQ2GJIBAsOEZPweHVVD4aEvcmAdJOm+Vbq1j5f3TlmZcWo42SVQ==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
"@fortawesome/fontawesome-free" "^5.13.0"
"@abp/jquery-form@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.4.0-rc.1.tgz#ba4c468014cd3f95641daf856e024ad5153268a4"
integrity sha512-hWEousKP7h4C8IQj9a/4aYSCi7HXiBQemRt9tCyERQMMD1lz22+PYVrFJvnVJT0nh/t9tbfKzpW6pRHorQu4fA==
"@abp/jquery-form@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.4.0.tgz#b87edebbdde6f3c286ca9d7c2911609b37105ab1"
integrity sha512-PJ1A5wipPSAYAfcqe9FBCPcnxhQo4vssIcSWLfzTolngq1gX4J4fylGHKlO9AfgpsI0oXB+3MGNgXpgR6uakwA==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.4.0-rc.1.tgz#399c82f2d5818f484998a90776a19fd89fb09ff4"
integrity sha512-GSQaOp3xjhQp91C6rbPFpTC78yv6wqy8N21ZV0Ncl1f5jTMi34XBD2ysT5ruhzjDhEEmihULwzGZdkNTBCmmkw==
"@abp/jquery-validation-unobtrusive@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.4.0.tgz#d7cba6f4888efb1d640bca2ba5a15a2ef4fb3ab0"
integrity sha512-CNwDVjGU99kDTtoyjObKcBhWNUrxXC9BeatEJn4/6uNAKA2TX32l7cFUeUL+AzVL2KeXjhzkK7/ZtsmaZ9yeRg==
dependencies:
"@abp/jquery-validation" "~4.4.0-rc.1"
"@abp/jquery-validation" "~4.4.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.4.0-rc.1.tgz#f27e0ecf9787a7b4a733067f28dd757bbd2a1b86"
integrity sha512-nATvgXwLoZVJrOV8NGo2QyOrLbblethTBiJ8TgonOXJAiWOQlIKNgsVKeyy8/nF3W48NqDgsZagt1JNXNEbcYg==
"@abp/jquery-validation@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.4.0.tgz#5cb69e3253c31bdd01dd2664940dea47198acfc9"
integrity sha512-EkO+FjdxVzLyY0zN3UWcxJKATVEhXBrmyBBVT5YoVZ4bDaR4D2/YrmL73IZaIOJC1mKbFiNcn3B8whp3a7yRNg==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
jquery-validation "^1.19.2"
"@abp/jquery@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.4.0-rc.1.tgz#de1d8824b422ac96e4a07ee167058c00411786d9"
integrity sha512-StOe74MNhXqTNAdnCkrG/UM77keR9TYEiZ2vLOW23cteOgV8ohhJXH7xhNKfFkiQBla88utt7Txyx8VNA12E/Q==
"@abp/jquery@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.4.0.tgz#8818eac1e4c6cccc525c51b46ea7ed2b43ca992c"
integrity sha512-VjDrV0rINmj496dpp6VjmmQWtQE1uAGN1oMDLFuSEyL6lPfqrzMnrAhmlPnxEJwyBMo4y8N3xeVgSX+ioS3dCw==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
jquery "~3.6.0"
"@abp/lodash@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.4.0-rc.1.tgz#1a07a87e9f360a4a1f2ed4fd19743145aa411e33"
integrity sha512-Gm10DDUTulWIw4XnPDXiy7A2xfGPD1UueRqLhrJ0JT0mgnys6Kaib49tsnzDhPJBv07Oufnw+p57Aq+YUOF4fg==
"@abp/lodash@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.4.0.tgz#492ec0f4c39dcd49689545aa013bdeb52db01ea3"
integrity sha512-5Snk8WxF0Jf/CoDvzIpzTi2Y9FcVIj8kGyZ47CeIg5sYFa/NZpDij/CGhy/5QBnPOL74M9Q23NLdUTEVZPJMkA==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
lodash "^4.17.15"
"@abp/luxon@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.4.0-rc.1.tgz#5c3f4ac1fcdfb80d79a4dd50381eaff38637949f"
integrity sha512-bfLgQJE3WAEIC3HxfCFTdMNWNs/nCe9pDGN8qsiUmQ0P0ZEQzkXvNSRe9idQP2Cbn/0q0+y44oa9v2sLT1LGsQ==
"@abp/luxon@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.4.0.tgz#4dabe1929640b1704a4a73e0ecbd9b3b03438353"
integrity sha512-fQE8aTxRyXlPyk5PD9XiuJbc3XxmkSsXMtl9u4JZYlusVyZ6o46or6LLf9KsgMwEs1C02CJyGQKqk6Gkivl7Ug==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
luxon "^1.24.1"
"@abp/malihu-custom-scrollbar-plugin@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.4.0-rc.1.tgz#370a459024f62abfb58c73cc63c42e3183374e82"
integrity sha512-bzlQDE9u99nPw0XOqORSUd57IwN2N7EmJgSrsZ1kY5YRqA1KXZFMoUBxuBHvYR38+IAN6h79wF2yMxT79dTU6w==
"@abp/malihu-custom-scrollbar-plugin@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.4.0.tgz#94cf234adca15391dc373591296ed2468dfbc0cf"
integrity sha512-de8DSEPLu+1pt9j4U1Md+6MOxV7RsxbZOs0vrRPHTdVQepxsavNncUOuKHNs0qXrsPOVBfgRzizUZGGaOpvlng==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.4.0-rc.1.tgz#219e3999bae4bae26bfaf2290e9cc6b79f3632eb"
integrity sha512-qhJZOt6e9mTggS8Qn779OtUZADwbvtErZa4xgRgwS4lzBJEpQjZzfBVnKQZ7K74MOn7nHRFvC4dTEDbzhcfukg==
"@abp/select2@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.4.0.tgz#a8db05f647aaa4f792dd5203e48666f51b340407"
integrity sha512-CWAFk9NUp03PUBfMqrek5cAQo5vXva5cqcAAl03NYn/OtCsrlc48WW0O4Lfq69VO/cPgg8fLMlNplmCAEXNAlA==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
select2 "^4.0.13"
"@abp/sweetalert@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.4.0-rc.1.tgz#35f678daca1bb9839e8789c0a8da58c7423f5faa"
integrity sha512-lY7lYcR9fs+k468Cr9l5kZaH6+FAqc765teSsJrIAdr1fxnDPzZWxoSSqNc3a8mEg125c2NwOD8L+AYOGqMFiQ==
"@abp/sweetalert@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.4.0.tgz#9feb16a54c369fd5f04276db45c36fde93ff2b22"
integrity sha512-EX3xpgIWUjTz+eFQIswJzJx9jToGSv8ohAjtFaCvV3oAlSsbxDlsqSNujyzMNa7xjL449YgLXbyYavtj+TTLKw==
dependencies:
"@abp/core" "~4.4.0-rc.1"
"@abp/core" "~4.4.0"
sweetalert "^2.1.2"
"@abp/timeago@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.4.0-rc.1.tgz#ba6c9c01727016b06e70eacfbc218bbe033b3a93"
integrity sha512-fxRMdYrnZTC2FbBXJfX5nlKVILXFmxRdZ4PW+DhSolsDSG2FR3yesbqS2SWoLuGvr81oBIkXbECaf7S/oWA2Iw==
"@abp/timeago@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.4.0.tgz#0973e0ef3caadb5101e75506367fe8b9d4b2dcfd"
integrity sha512-svHVKzQNAg4SNSv8QBh5cg7HT00/YrwUBjTg7QE6/DBfSayKYgx0lntEb02oVmR0urhw3P11FEtezKzPHZc4Mw==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
timeago "^1.6.7"
"@abp/toastr@~4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.4.0-rc.1.tgz#a559665b3516f0f1eaba1c2b6fdd91d47cf25b62"
integrity sha512-7BUywNmL/hXzR4hpcQejcA9YMsLGRisqdOTpZy7abkD4wicuchHy1tr9cBSLbDIgA8oMIqM9ubh3VvPoe6pl4A==
"@abp/toastr@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.4.0.tgz#0bfc809a485863d37b8b7d535d9526ea177f27d0"
integrity sha512-tc8s3nKroC2bWG2YwlTd68zsnToaAkFX3FwjfcpFknB9OGGxcAW9Iijn4Vjh41CZi9rXhBaYTZRDv0Ve0cWJbQ==
dependencies:
"@abp/jquery" "~4.4.0-rc.1"
"@abp/jquery" "~4.4.0"
toastr "^2.1.4"
"@abp/utils@^4.4.0-rc.1":
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.0-rc.1.tgz#704764e60aae7beec2fc3ac9fff6217c1c70ddf6"
integrity sha512-HOmxzOKueogv5mZ6b7SLzBlANYmtL3R8XFypPTky98qYYYWktSxgDkEnyvpe20+yuxKkzVW7sf/swKWEt2onIQ==
"@abp/utils@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.0.tgz#b74b5cfb8e9b078d8b7a724cac73d348f854e89c"
integrity sha512-EgLqGmfwNuDgPIoqrSJZMWvXKhScj3FE2hG0kmIBtCyj3SOaHgYVFuTqs4hx2WoBB6YUNhG3U1hn6c1EzIrIcQ==
dependencies:
just-compare "^1.3.0"

2
gateways/web-public/src/EShopOnAbp.WebPublicGateway/EShopOnAbp.WebPublicGateway.csproj

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
global.json

@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.301",
"version": "5.0.400",
"rollForward": "latestFeature"
}
}

6
services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj

@ -10,9 +10,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="4.4.0" />
</ItemGroup>
</Project>

6
services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj

@ -11,9 +11,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="4.4.0" />
</ItemGroup>
</Project>

8
services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj

@ -11,10 +11,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

12
services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj

@ -10,12 +10,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.IdentityServer" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain" Version="4.4.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="4.4.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.IdentityServer" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="4.4.0" />
</ItemGroup>
</Project>

12
services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj

@ -14,12 +14,12 @@
<ItemGroup>
<ProjectReference Include="..\EShopOnAbp.AdministrationService.Domain\EShopOnAbp.AdministrationService.Domain.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.BlobStoring.Database.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Volo.Abp.BlobStoring.Database.EntityFrameworkCore" Version="4.4.0" />
</ItemGroup>
</Project>

6
services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj

@ -10,9 +10,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" Version="4.4.0" />
</ItemGroup>
</Project>

8
services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj

@ -14,10 +14,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

6
services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj

@ -10,9 +10,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="4.4.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="4.4.0" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="4.4.0" />
</ItemGroup>
</Project>

2
services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj

@ -7,7 +7,7 @@
<ItemGroup>
<ProjectReference Include="..\EShopOnAbp.AdministrationService.TestBase\EShopOnAbp.AdministrationService.TestBase.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

6
services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj

@ -5,9 +5,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0" />
<ProjectReference Include="..\..\src\EShopOnAbp.AdministrationService.Domain\EShopOnAbp.AdministrationService.Domain.csproj" />
</ItemGroup>

4
services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="4.4.0" />
</ItemGroup>
</Project>

4
services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj

@ -11,8 +11,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.0" />
</ItemGroup>
</Project>

4
services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="4.4.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain.Shared" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

4
services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="4.4.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain" Version="4.4.0" />
</ItemGroup>
</Project>

6
services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj

@ -17,9 +17,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="4.4.0" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="4.4.0" />
</ItemGroup>
</Project>

4
services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="4.4.0" />
</ItemGroup>
</Project>

4
services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="4.4.0" />
</ItemGroup>
</Project>

2
services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\EShopOnAbp.IdentityService.EntityFrameworkCore\EShopOnAbp.IdentityService.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\EShopOnAbp.IdentityService.TestBase\EShopOnAbp.IdentityService.TestBase.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

6
services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj

@ -6,9 +6,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0" />
<ProjectReference Include="..\..\src\EShopOnAbp.IdentityService.Domain\EShopOnAbp.IdentityService.Domain.csproj" />
</ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="4.4.0" />
<ProjectReference Include="..\EShopOnAbp.SaasService.Domain.Shared\EShopOnAbp.SaasService.Domain.Shared.csproj" />
</ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="4.4.0" />
<ProjectReference Include="..\EShopOnAbp.SaasService.Application.Contracts\EShopOnAbp.SaasService.Application.Contracts.csproj" />
<ProjectReference Include="..\EShopOnAbp.SaasService.Domain\EShopOnAbp.SaasService.Domain.csproj" />
</ItemGroup>

5
services/saas/src/EShopOnAbp.SaasService.Application/SaasTenantAppService.cs

@ -15,15 +15,12 @@ namespace EShopOnAbp.SaasService
[Dependency(ReplaceServices = true)]
public class SaasTenantAppService : TenantAppService, ITenantAppService
{
protected IDistributedEventBus DistributedEventBus { get; }
public SaasTenantAppService(
ITenantRepository tenantRepository,
ITenantManager tenantManager,
IDataSeeder dataSeeder,
IDistributedEventBus distributedEventBus) : base(tenantRepository, tenantManager, dataSeeder)
IDistributedEventBus distributedEventBus) : base(tenantRepository, tenantManager, dataSeeder, distributedEventBus)
{
DistributedEventBus = distributedEventBus;
}
public override async Task<TenantDto> CreateAsync(TenantCreateDto input)

2
services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.Blazor" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.Blazor" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="4.4.0" />
<ProjectReference Include="..\EShopOnAbp.SaasService.Domain.Shared\EShopOnAbp.SaasService.Domain.Shared.csproj" />
</ItemGroup>

4
services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj

@ -15,8 +15,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.0" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

2
services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj

@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.*" />
<ProjectReference Include="..\..\src\EShopOnAbp.SaasService.EntityFrameworkCore\EShopOnAbp.SaasService.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\EShopOnAbp.SaasService.TestBase\EShopOnAbp.SaasService.TestBase.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="4.4.0" />
</ItemGroup>
</Project>

2
services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="4.4.0" />
<ProjectReference Include="..\..\src\EShopOnAbp.SaasService.HttpApi.Client\EShopOnAbp.SaasService.HttpApi.Client.csproj" />
</ItemGroup>

6
services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj

@ -12,9 +12,9 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="4.4.0" />
<ProjectReference Include="..\..\src\EShopOnAbp.SaasService.Domain\EShopOnAbp.SaasService.Domain.csproj" />
</ItemGroup>

2
shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<!-- <PackageReference Include="Serilog.Sinks.ElasticSearch" Version="8.4.1" />-->
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

4
shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Swashbuckle" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="4.4.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

8
shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj

@ -15,10 +15,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="4.4.0" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="4.4.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.RabbitMQ" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

4
shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj

@ -13,8 +13,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Data" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
<PackageReference Include="Volo.Abp.Data" Version="4.4.0" />
</ItemGroup>
</Project>

2
shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="5.0.*" />
<PackageReference Include="Volo.Abp.Validation" Version="4.4.0-rc.1" />
<PackageReference Include="Volo.Abp.Validation" Version="4.4.0" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save