Browse Source

Upgrade ABP to version 2.8.0

Use GitHub workflows to publish NuGet packages
pull/49/head v0.1.19
gdlcf88 6 years ago
parent
commit
5e4594cec1
  1. 327
      .github/workflows/publish.yml
  2. 2
      modules/EasyAbp.EShop.Baskets/common.props
  3. 4
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application.Contracts/EasyAbp.EShop.Baskets.Application.Contracts.csproj
  4. 4
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application/EasyAbp.EShop.Baskets.Application.csproj
  5. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain.Shared/EasyAbp.EShop.Baskets.Domain.Shared.csproj
  6. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain/EasyAbp.EShop.Baskets.Domain.csproj
  7. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.EntityFrameworkCore/EasyAbp.EShop.Baskets.EntityFrameworkCore.csproj
  8. 4
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EasyAbp.EShop.Baskets.HttpApi.Client.csproj
  9. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi/EasyAbp.EShop.Baskets.HttpApi.csproj
  10. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.MongoDB/EasyAbp.EShop.Baskets.MongoDB.csproj
  11. 4
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Web/EasyAbp.EShop.Baskets.Web.csproj
  12. 2
      modules/EasyAbp.EShop.Baskets/test/EasyAbp.EShop.Baskets.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Baskets.HttpApi.Client.ConsoleTestApp.csproj
  13. 6
      modules/EasyAbp.EShop.Baskets/test/EasyAbp.EShop.Baskets.TestBase/EasyAbp.EShop.Baskets.TestBase.csproj
  14. 2
      modules/EasyAbp.EShop.Orders/common.props
  15. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application.Contracts/EasyAbp.EShop.Orders.Application.Contracts.csproj
  16. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application/EasyAbp.EShop.Orders.Application.csproj
  17. 2
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain.Shared/EasyAbp.EShop.Orders.Domain.Shared.csproj
  18. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp.EShop.Orders.Domain.csproj
  19. 2
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp.EShop.Orders.EntityFrameworkCore.csproj
  20. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp.EShop.Orders.HttpApi.Client.csproj
  21. 2
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi/EasyAbp.EShop.Orders.HttpApi.csproj
  22. 2
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.MongoDB/EasyAbp.EShop.Orders.MongoDB.csproj
  23. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Web/EasyAbp.EShop.Orders.Web.csproj
  24. 2
      modules/EasyAbp.EShop.Orders/test/EasyAbp.EShop.Orders.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Orders.HttpApi.Client.ConsoleTestApp.csproj
  25. 6
      modules/EasyAbp.EShop.Orders/test/EasyAbp.EShop.Orders.TestBase/EasyAbp.EShop.Orders.TestBase.csproj
  26. 2
      modules/EasyAbp.EShop.Payments/common.props
  27. 6
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts/EasyAbp.EShop.Payments.Application.Contracts.csproj
  28. 6
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application/EasyAbp.EShop.Payments.Application.csproj
  29. 4
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared/EasyAbp.EShop.Payments.Domain.Shared.csproj
  30. 6
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain/EasyAbp.EShop.Payments.Domain.csproj
  31. 4
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp.EShop.Payments.EntityFrameworkCore.csproj
  32. 6
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp.EShop.Payments.HttpApi.Client.csproj
  33. 4
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi/EasyAbp.EShop.Payments.HttpApi.csproj
  34. 4
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.MongoDB/EasyAbp.EShop.Payments.MongoDB.csproj
  35. 6
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web/EasyAbp.EShop.Payments.Web.csproj
  36. 2
      modules/EasyAbp.EShop.Payments/test/EasyAbp.EShop.Payments.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Payments.HttpApi.Client.ConsoleTestApp.csproj
  37. 6
      modules/EasyAbp.EShop.Payments/test/EasyAbp.EShop.Payments.TestBase/EasyAbp.EShop.Payments.TestBase.csproj
  38. 2
      modules/EasyAbp.EShop.Products/common.props
  39. 4
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application.Contracts/EasyAbp.EShop.Products.Application.Contracts.csproj
  40. 4
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application/EasyAbp.EShop.Products.Application.csproj
  41. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared/EasyAbp.EShop.Products.Domain.Shared.csproj
  42. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain/EasyAbp.EShop.Products.Domain.csproj
  43. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp.EShop.Products.EntityFrameworkCore.csproj
  44. 4
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp.EShop.Products.HttpApi.Client.csproj
  45. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi/EasyAbp.EShop.Products.HttpApi.csproj
  46. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.MongoDB/EasyAbp.EShop.Products.MongoDB.csproj
  47. 4
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web/EasyAbp.EShop.Products.Web.csproj
  48. 2
      modules/EasyAbp.EShop.Products/test/EasyAbp.EShop.Products.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Products.HttpApi.Client.ConsoleTestApp.csproj
  49. 6
      modules/EasyAbp.EShop.Products/test/EasyAbp.EShop.Products.TestBase/EasyAbp.EShop.Products.TestBase.csproj
  50. 2
      modules/EasyAbp.EShop.Stores/common.props
  51. 4
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application.Contracts/EasyAbp.EShop.Stores.Application.Contracts.csproj
  52. 4
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application/EasyAbp.EShop.Stores.Application.csproj
  53. 2
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain.Shared/EasyAbp.EShop.Stores.Domain.Shared.csproj
  54. 2
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain/EasyAbp.EShop.Stores.Domain.csproj
  55. 2
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp.EShop.Stores.EntityFrameworkCore.csproj
  56. 4
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp.EShop.Stores.HttpApi.Client.csproj
  57. 2
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi/EasyAbp.EShop.Stores.HttpApi.csproj
  58. 2
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.MongoDB/EasyAbp.EShop.Stores.MongoDB.csproj
  59. 4
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web/EasyAbp.EShop.Stores.Web.csproj
  60. 2
      modules/EasyAbp.EShop.Stores/test/EasyAbp.EShop.Stores.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Stores.HttpApi.Client.ConsoleTestApp.csproj
  61. 6
      modules/EasyAbp.EShop.Stores/test/EasyAbp.EShop.Stores.TestBase/EasyAbp.EShop.Stores.TestBase.csproj
  62. 57
      nupkg/common.ps1
  63. 31
      nupkg/pack.ps1
  64. 21
      nupkg/push_packages.ps1
  65. 14
      samples/EasyMall/aspnet-core/src/EasyMall.Application.Contracts/EasyMall.Application.Contracts.csproj
  66. 12
      samples/EasyMall/aspnet-core/src/EasyMall.Application/EasyMall.Application.csproj
  67. 2
      samples/EasyMall/aspnet-core/src/EasyMall.DbMigrator/EasyMall.DbMigrator.csproj
  68. 18
      samples/EasyMall/aspnet-core/src/EasyMall.Domain.Shared/EasyMall.Domain.Shared.csproj
  69. 20
      samples/EasyMall/aspnet-core/src/EasyMall.Domain/EasyMall.Domain.csproj
  70. 20
      samples/EasyMall/aspnet-core/src/EasyMall.EntityFrameworkCore/EasyMall.EntityFrameworkCore.csproj
  71. 14
      samples/EasyMall/aspnet-core/src/EasyMall.HttpApi.Client/EasyMall.HttpApi.Client.csproj
  72. 12
      samples/EasyMall/aspnet-core/src/EasyMall.HttpApi/EasyMall.HttpApi.csproj
  73. 18
      samples/EasyMall/aspnet-core/src/EasyMall.Web/EasyMall.Web.csproj
  74. 2
      samples/EasyMall/aspnet-core/src/EasyMall.Web/EasyMallWebModule.cs
  75. 2
      samples/EasyMall/aspnet-core/src/EasyMall.Web/package.json
  76. 2
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  77. 2
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  78. 10257
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.css
  79. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.css.map
  80. 9
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.min.css
  81. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.min.css.map
  82. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.css.map
  83. 7
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.min.css
  84. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.min.css.map
  85. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.js.map
  86. 7
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.min.js
  87. 1
      samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.min.js.map
  88. 242
      samples/EasyMall/aspnet-core/src/EasyMall.Web/yarn.lock
  89. 2
      samples/EasyMall/aspnet-core/test/EasyMall.HttpApi.Client.ConsoleTestApp/EasyMall.HttpApi.Client.ConsoleTestApp.csproj
  90. 6
      samples/EasyMall/aspnet-core/test/EasyMall.TestBase/EasyMall.TestBase.csproj
  91. 2
      samples/EasyMall/aspnet-core/test/EasyMall.Web.Tests/EasyMall.Web.Tests.csproj
  92. 2
      samples/EasyMall/aspnet-core/test/EasyMall.Web.Tests/EasyMallWebTestModule.cs

327
.github/workflows/publish.yml

@ -0,0 +1,327 @@
name: publish to nuget
on:
push:
branches:
- master # Default release branch
jobs:
publish:
name: list on nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Publish
- name: publish EasyAbp.EShop.Baskets.Application.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application/EasyAbp.EShop.Baskets.Application.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.Application.Contracts.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application.Contracts/EasyAbp.EShop.Baskets.Application.Contracts.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.Domain.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain/EasyAbp.EShop.Baskets.Domain.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.Domain.Shared.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain.Shared/EasyAbp.EShop.Baskets.Domain.Shared.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.EntityFrameworkCore.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.EntityFrameworkCore/EasyAbp.EShop.Baskets.EntityFrameworkCore.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.HttpApi.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi/EasyAbp.EShop.Baskets.HttpApi.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.HttpApi.Client.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EasyAbp.EShop.Baskets.HttpApi.Client.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.MongoDB.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.MongoDB/EasyAbp.EShop.Baskets.MongoDB.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Baskets.Web.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Web/EasyAbp.EShop.Baskets.Web.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Baskets/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.Application.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application/EasyAbp.EShop.Orders.Application.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.Application.Contracts.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application.Contracts/EasyAbp.EShop.Orders.Application.Contracts.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.Domain.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp.EShop.Orders.Domain.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.Domain.Shared.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain.Shared/EasyAbp.EShop.Orders.Domain.Shared.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.EntityFrameworkCore.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp.EShop.Orders.EntityFrameworkCore.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.HttpApi.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi/EasyAbp.EShop.Orders.HttpApi.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.HttpApi.Client.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp.EShop.Orders.HttpApi.Client.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.MongoDB.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.MongoDB/EasyAbp.EShop.Orders.MongoDB.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Orders.Web.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Web/EasyAbp.EShop.Orders.Web.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Orders/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.Application.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application/EasyAbp.EShop.Payments.Application.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.Application.Contracts.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts/EasyAbp.EShop.Payments.Application.Contracts.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.Domain.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain/EasyAbp.EShop.Payments.Domain.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.Domain.Shared.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared/EasyAbp.EShop.Payments.Domain.Shared.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.EntityFrameworkCore.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp.EShop.Payments.EntityFrameworkCore.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.HttpApi.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi/EasyAbp.EShop.Payments.HttpApi.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.HttpApi.Client.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp.EShop.Payments.HttpApi.Client.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.MongoDB.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.MongoDB/EasyAbp.EShop.Payments.MongoDB.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Payments.Web.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web/EasyAbp.EShop.Payments.Web.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Payments/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.Application.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application/EasyAbp.EShop.Products.Application.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.Application.Contracts.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application.Contracts/EasyAbp.EShop.Products.Application.Contracts.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.Domain.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain/EasyAbp.EShop.Products.Domain.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.Domain.Shared.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared/EasyAbp.EShop.Products.Domain.Shared.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.EntityFrameworkCore.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp.EShop.Products.EntityFrameworkCore.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.HttpApi.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi/EasyAbp.EShop.Products.HttpApi.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.HttpApi.Client.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp.EShop.Products.HttpApi.Client.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.MongoDB.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.MongoDB/EasyAbp.EShop.Products.MongoDB.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Products.Web.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web/EasyAbp.EShop.Products.Web.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Products/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.Application.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application/EasyAbp.EShop.Stores.Application.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.Application.Contracts.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application.Contracts/EasyAbp.EShop.Stores.Application.Contracts.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.Domain.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain/EasyAbp.EShop.Stores.Domain.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.Domain.Shared.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain.Shared/EasyAbp.EShop.Stores.Domain.Shared.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.EntityFrameworkCore.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp.EShop.Stores.EntityFrameworkCore.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.HttpApi.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi/EasyAbp.EShop.Stores.HttpApi.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.HttpApi.Client.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp.EShop.Stores.HttpApi.Client.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.MongoDB.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.MongoDB/EasyAbp.EShop.Stores.MongoDB.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: publish EasyAbp.EShop.Stores.Web.dll
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web/EasyAbp.EShop.Stores.Web.csproj
VERSION_FILE_PATH: modules/EasyAbp.EShop.Stores/common.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

2
modules/EasyAbp.EShop.Baskets/common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>

4
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application.Contracts/EasyAbp.EShop.Baskets.Application.Contracts.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Domain.Shared\EasyAbp.EShop.Baskets.Domain.Shared.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application/EasyAbp.EShop.Baskets.Application.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Application.Contracts\EasyAbp.EShop.Baskets.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Domain\EasyAbp.EShop.Baskets.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain.Shared/EasyAbp.EShop.Baskets.Domain.Shared.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Validation" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Validation" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain/EasyAbp.EShop.Baskets.Domain.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Domain.Shared\EasyAbp.EShop.Baskets.Domain.Shared.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.EntityFrameworkCore/EasyAbp.EShop.Baskets.EntityFrameworkCore.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Domain\EasyAbp.EShop.Baskets.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EasyAbp.EShop.Baskets.HttpApi.Client.csproj

@ -3,12 +3,12 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>EasyAbp.EShop.Baskets</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Application.Contracts\EasyAbp.EShop.Baskets.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi/EasyAbp.EShop.Baskets.HttpApi.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Application.Contracts\EasyAbp.EShop.Baskets.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.MongoDB/EasyAbp.EShop.Baskets.MongoDB.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.MongoDB" Version="2.7.0" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Baskets.Domain\EasyAbp.EShop.Baskets.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Web/EasyAbp.EShop.Baskets.Web.csproj

@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Baskets/test/EasyAbp.EShop.Baskets.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Baskets.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Baskets.HttpApi.Client\EasyAbp.EShop.Baskets.HttpApi.Client.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Baskets/test/EasyAbp.EShop.Baskets.TestBase/EasyAbp.EShop.Baskets.TestBase.csproj

@ -14,9 +14,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.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Baskets.Domain\EasyAbp.EShop.Baskets.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Orders/common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application.Contracts/EasyAbp.EShop.Orders.Application.Contracts.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Domain.Shared\EasyAbp.EShop.Orders.Domain.Shared.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application/EasyAbp.EShop.Orders.Application.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.8.0" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Products\src\EasyAbp.EShop.Products.Application.Contracts\EasyAbp.EShop.Products.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Application.Contracts\EasyAbp.EShop.Orders.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Domain\EasyAbp.EShop.Orders.Domain.csproj" />

2
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain.Shared/EasyAbp.EShop.Orders.Domain.Shared.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Validation" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Validation" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/EasyAbp.EShop.Orders.Domain.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.8.0" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Payments\src\EasyAbp.EShop.Payments.Domain.Shared\EasyAbp.EShop.Payments.Domain.Shared.csproj" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Products\src\EasyAbp.EShop.Products.Domain.Shared\EasyAbp.EShop.Products.Domain.Shared.csproj" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Stores\src\EasyAbp.EShop.Stores.Domain.Shared\EasyAbp.EShop.Stores.Domain.Shared.csproj" />

2
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore/EasyAbp.EShop.Orders.EntityFrameworkCore.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Domain\EasyAbp.EShop.Orders.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp.EShop.Orders.HttpApi.Client.csproj

@ -3,12 +3,12 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Application.Contracts\EasyAbp.EShop.Orders.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi/EasyAbp.EShop.Orders.HttpApi.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Application.Contracts\EasyAbp.EShop.Orders.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.MongoDB/EasyAbp.EShop.Orders.MongoDB.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.MongoDB" Version="2.7.0" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Orders.Domain\EasyAbp.EShop.Orders.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Web/EasyAbp.EShop.Orders.Web.csproj

@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Orders/test/EasyAbp.EShop.Orders.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Orders.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Orders.HttpApi.Client\EasyAbp.EShop.Orders.HttpApi.Client.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Orders/test/EasyAbp.EShop.Orders.TestBase/EasyAbp.EShop.Orders.TestBase.csproj

@ -14,9 +14,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.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Orders.Domain\EasyAbp.EShop.Orders.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Payments/common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>

6
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts/EasyAbp.EShop.Payments.Application.Contracts.csproj

@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.Application.Contracts" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.Application.Contracts" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Domain.Shared\EasyAbp.EShop.Payments.Domain.Shared.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application/EasyAbp.EShop.Payments.Application.csproj

@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.Application" Version="0.1.5" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.Application" Version="0.1.6" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.8.0" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Orders\src\EasyAbp.EShop.Orders.Application.Contracts\EasyAbp.EShop.Orders.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Application.Contracts\EasyAbp.EShop.Payments.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Domain\EasyAbp.EShop.Payments.Domain.csproj" />

4
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared/EasyAbp.EShop.Payments.Domain.Shared.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.Domain.Shared" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Validation" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.Domain.Shared" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Validation" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

6
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain/EasyAbp.EShop.Payments.Domain.csproj

@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.Domain" Version="0.1.5" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.Domain" Version="0.1.6" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.8.0" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Stores\src\EasyAbp.EShop.Stores.Domain.Shared\EasyAbp.EShop.Stores.Domain.Shared.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Domain.Shared\EasyAbp.EShop.Payments.Domain.Shared.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore/EasyAbp.EShop.Payments.EntityFrameworkCore.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.EntityFrameworkCore" Version="0.1.5" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.EntityFrameworkCore" Version="0.1.6" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Domain\EasyAbp.EShop.Payments.Domain.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp.EShop.Payments.HttpApi.Client.csproj

@ -3,13 +3,13 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.HttpApi.Client" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.HttpApi.Client" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Application.Contracts\EasyAbp.EShop.Payments.Application.Contracts.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi/EasyAbp.EShop.Payments.HttpApi.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.HttpApi" Version="0.1.5" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.HttpApi" Version="0.1.6" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Application.Contracts\EasyAbp.EShop.Payments.Application.Contracts.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.MongoDB/EasyAbp.EShop.Payments.MongoDB.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.MongoDB" Version="0.1.5" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.MongoDB" Version="0.1.6" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Payments.Domain\EasyAbp.EShop.Payments.Domain.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web/EasyAbp.EShop.Payments.Web.csproj

@ -11,9 +11,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.Web" Version="0.1.5" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.Web" Version="0.1.6" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Payments/test/EasyAbp.EShop.Payments.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Payments.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Payments.HttpApi.Client\EasyAbp.EShop.Payments.HttpApi.Client.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Payments/test/EasyAbp.EShop.Payments.TestBase/EasyAbp.EShop.Payments.TestBase.csproj

@ -14,9 +14,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.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Payments.Domain\EasyAbp.EShop.Payments.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Products/common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>

4
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application.Contracts/EasyAbp.EShop.Products.Application.Contracts.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Domain.Shared\EasyAbp.EShop.Products.Domain.Shared.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application/EasyAbp.EShop.Products.Application.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Application.Contracts\EasyAbp.EShop.Products.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Domain\EasyAbp.EShop.Products.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared/EasyAbp.EShop.Products.Domain.Shared.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Validation" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Validation" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain/EasyAbp.EShop.Products.Domain.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.8.0" />
<ProjectReference Include="..\..\..\EasyAbp.EShop.Orders\src\EasyAbp.EShop.Orders.Domain.Shared\EasyAbp.EShop.Orders.Domain.Shared.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Domain.Shared\EasyAbp.EShop.Products.Domain.Shared.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore/EasyAbp.EShop.Products.EntityFrameworkCore.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Domain\EasyAbp.EShop.Products.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp.EShop.Products.HttpApi.Client.csproj

@ -3,12 +3,12 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Application.Contracts\EasyAbp.EShop.Products.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi/EasyAbp.EShop.Products.HttpApi.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Application.Contracts\EasyAbp.EShop.Products.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.MongoDB/EasyAbp.EShop.Products.MongoDB.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.MongoDB" Version="2.7.0" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Products.Domain\EasyAbp.EShop.Products.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web/EasyAbp.EShop.Products.Web.csproj

@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Products/test/EasyAbp.EShop.Products.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Products.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Products.HttpApi.Client\EasyAbp.EShop.Products.HttpApi.Client.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Products/test/EasyAbp.EShop.Products.TestBase/EasyAbp.EShop.Products.TestBase.csproj

@ -14,9 +14,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.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Products.Domain\EasyAbp.EShop.Products.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Stores/common.props

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>

4
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application.Contracts/EasyAbp.EShop.Stores.Application.Contracts.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Domain.Shared\EasyAbp.EShop.Stores.Domain.Shared.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application/EasyAbp.EShop.Stores.Application.csproj

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Application.Contracts\EasyAbp.EShop.Stores.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Domain\EasyAbp.EShop.Stores.Domain.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain.Shared/EasyAbp.EShop.Stores.Domain.Shared.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Validation" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Validation" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain/EasyAbp.EShop.Stores.Domain.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Domain.Shared\EasyAbp.EShop.Stores.Domain.Shared.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore/EasyAbp.EShop.Stores.EntityFrameworkCore.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Domain\EasyAbp.EShop.Stores.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp.EShop.Stores.HttpApi.Client.csproj

@ -3,12 +3,12 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Application.Contracts\EasyAbp.EShop.Stores.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi/EasyAbp.EShop.Stores.HttpApi.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Application.Contracts\EasyAbp.EShop.Stores.Application.Contracts.csproj" />
</ItemGroup>

2
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.MongoDB/EasyAbp.EShop.Stores.MongoDB.csproj

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.MongoDB" Version="2.7.0" />
<PackageReference Include="Volo.Abp.MongoDB" Version="2.8.0" />
<ProjectReference Include="..\EasyAbp.EShop.Stores.Domain\EasyAbp.EShop.Stores.Domain.csproj" />
</ItemGroup>

4
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web/EasyAbp.EShop.Stores.Web.csproj

@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
modules/EasyAbp.EShop.Stores/test/EasyAbp.EShop.Stores.HttpApi.Client.ConsoleTestApp/EasyAbp.EShop.Stores.HttpApi.Client.ConsoleTestApp.csproj

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Stores.HttpApi.Client\EasyAbp.EShop.Stores.HttpApi.Client.csproj" />
</ItemGroup>

6
modules/EasyAbp.EShop.Stores/test/EasyAbp.EShop.Stores.TestBase/EasyAbp.EShop.Stores.TestBase.csproj

@ -14,9 +14,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.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyAbp.EShop.Stores.Domain\EasyAbp.EShop.Stores.Domain.csproj" />
</ItemGroup>

57
nupkg/common.ps1

@ -1,57 +0,0 @@
# Paths
$packFolder = (Get-Item -Path "./" -Verbose).FullName
$rootFolder = Join-Path $packFolder "../"
# List of projects
$projects = (
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Application.Contracts",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain.Shared",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.EntityFrameworkCore",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.MongoDB",
"modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Web",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Application.Contracts",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain.Shared",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.EntityFrameworkCore",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.MongoDB",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Web",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.MongoDB",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application.Contracts",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.EntityFrameworkCore",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.MongoDB",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Application.Contracts",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Domain.Shared",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.EntityFrameworkCore",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.MongoDB",
"modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web"
)

31
nupkg/pack.ps1

@ -1,31 +0,0 @@
. ".\common.ps1"
# Rebuild solution
Set-Location $rootFolder
& dotnet restore
# Create all packages
foreach($project in $projects) {
$projectFolder = Join-Path $rootFolder $project
# Create nuget pack
Set-Location $projectFolder
Remove-Item -Recurse (Join-Path $projectFolder "bin/Release")
& dotnet build -c Release
& dotnet pack -c Release
if (-Not $?) {
Write-Host ("Packaging failed for the project: " + $projectFolder)
exit $LASTEXITCODE
}
# Copy nuget package
$projectName = $project.Substring($project.LastIndexOf("/") + 1)
$projectPackPath = Join-Path $projectFolder ("/bin/Release/" + $projectName + ".*.nupkg")
Move-Item $projectPackPath $packFolder
}
# Go back to the pack folder
Set-Location $packFolder

21
nupkg/push_packages.ps1

@ -1,21 +0,0 @@
. ".\common.ps1"
$keywords = ".Application.Contracts", ".Domain.Shared", ".HttpApi.Client", ".Application", ".Domain", ".EntityFrameworkCore", ".HttpApi", ".MongoDB", ".Web"
# Publish all packages
foreach($project in $projects) {
$projectName = $project.Substring($project.LastIndexOf("/") + 1)
$moduleName = $projectName
foreach($keyword in $keywords) {
$moduleName = $moduleName.Replace($keyword, "")
}
$moduleFolder = Join-Path (Join-Path $rootFolder "modules") $moduleName
Write-Host $moduleFolder
# Get the version
[xml]$commonPropsXml = Get-Content (Join-Path $moduleFolder "common.props")
$version = $commonPropsXml.Project.PropertyGroup.Version
& dotnet nuget push ($projectName + "." + $version + ".nupkg") -s https://api.nuget.org/v3/index.json
}
# Go back to the pack folder
Set-Location $packFolder

14
samples/EasyMall/aspnet-core/src/EasyMall.Application.Contracts/EasyMall.Application.Contracts.csproj

@ -17,13 +17,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Application.Contracts" Version="0.1.5" />
<PackageReference Include="Volo.Abp.ObjectExtending" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Application.Contracts" Version="0.1.6" />
<PackageReference Include="Volo.Abp.ObjectExtending" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="2.8.0" />
</ItemGroup>
</Project>

12
samples/EasyMall/aspnet-core/src/EasyMall.Application/EasyMall.Application.csproj

@ -18,12 +18,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Application" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Account.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Application" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Account.Application" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="2.8.0" />
</ItemGroup>
</Project>

2
samples/EasyMall/aspnet-core/src/EasyMall.DbMigrator/EasyMall.DbMigrator.csproj

@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<ProjectReference Include="..\EasyMall.Application.Contracts\EasyMall.Application.Contracts.csproj" />
<ProjectReference Include="..\EasyMall.EntityFrameworkCore.DbMigrations\EasyMall.EntityFrameworkCore.DbMigrations.csproj" />
</ItemGroup>

18
samples/EasyMall/aspnet-core/src/EasyMall.Domain.Shared/EasyMall.Domain.Shared.csproj

@ -8,15 +8,15 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Domain.Shared" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="2.7.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Domain.Shared" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="2.8.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

20
samples/EasyMall/aspnet-core/src/EasyMall.Domain/EasyMall.Domain.csproj

@ -17,17 +17,17 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Domain" Version="0.1.5" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Domain" Version="0.1.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.DataAnnotations" Version="2.2.0" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="2.7.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.IdentityServer" Version="2.7.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="2.8.0" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.IdentityServer" Version="2.8.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="2.8.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="2.8.0" />
</ItemGroup>
</Project>

20
samples/EasyMall/aspnet-core/src/EasyMall.EntityFrameworkCore/EasyMall.EntityFrameworkCore.csproj

@ -14,16 +14,16 @@
<ProjectReference Include="..\..\..\..\..\modules\EasyAbp.EShop.Products\src\EasyAbp.EShop.Products.EntityFrameworkCore\EasyAbp.EShop.Products.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\..\..\modules\EasyAbp.EShop.Stores\src\EasyAbp.EShop.Stores.EntityFrameworkCore\EasyAbp.EShop.Stores.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\EasyMall.Domain\EasyMall.Domain.csproj" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore" Version="0.1.5" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore" Version="0.1.6" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="2.8.0" />
</ItemGroup>
</Project>

14
samples/EasyMall/aspnet-core/src/EasyMall.HttpApi.Client/EasyMall.HttpApi.Client.csproj

@ -3,7 +3,7 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>EasyMall</RootNamespace>
</PropertyGroup>
@ -17,12 +17,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.HttpApi.Client" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.HttpApi.Client" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="2.8.0" />
</ItemGroup>
</Project>

12
samples/EasyMall/aspnet-core/src/EasyMall.HttpApi/EasyMall.HttpApi.csproj

@ -17,12 +17,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.HttpApi" Version="0.1.5" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="2.7.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.HttpApi" Version="0.1.6" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="2.8.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="2.8.0" />
</ItemGroup>
</Project>

18
samples/EasyMall/aspnet-core/src/EasyMall.Web/EasyMall.Web.csproj

@ -49,15 +49,15 @@
<ProjectReference Include="..\EasyMall.Application\EasyMall.Application.csproj" />
<ProjectReference Include="..\EasyMall.HttpApi\EasyMall.HttpApi.csproj" />
<ProjectReference Include="..\EasyMall.EntityFrameworkCore.DbMigrations\EasyMall.EntityFrameworkCore.DbMigrations.csproj" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Web" Version="0.1.5" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Identity.Web" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Web" Version="2.7.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Web" Version="2.7.0" />
<PackageReference Include="EasyAbp.PaymentService.WeChatPay.Web" Version="0.1.6" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="2.8.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Identity.Web" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="2.8.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Web" Version="2.8.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Web" Version="2.8.0" />
</ItemGroup>
</Project>

2
samples/EasyMall/aspnet-core/src/EasyMall.Web/EasyMallWebModule.cs

@ -292,7 +292,7 @@ namespace EasyMall.Web
});
app.UseAuditing();
app.UseAbpSerilogEnrichers();
app.UseMvcWithDefaultRouteAndArea();
app.UseConfiguredEndpoints();
}
}
}

2
samples/EasyMall/aspnet-core/src/EasyMall.Web/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "^2.8.0"
}
}

2
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/abp/utils/abp-utils.umd.js.map

File diff suppressed because one or more lines are too long

2
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

File diff suppressed because one or more lines are too long

10257
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.css

File diff suppressed because it is too large

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.css.map

File diff suppressed because one or more lines are too long

9
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.min.css

File diff suppressed because one or more lines are too long

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap-rtl.min.css.map

File diff suppressed because one or more lines are too long

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.css.map

File diff suppressed because one or more lines are too long

7
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.min.css

File diff suppressed because one or more lines are too long

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/css/bootstrap.min.css.map

File diff suppressed because one or more lines are too long

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.js.map

File diff suppressed because one or more lines are too long

7
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.min.js

File diff suppressed because one or more lines are too long

1
samples/EasyMall/aspnet-core/src/EasyMall.Web/wwwroot/libs/bootstrap/js/bootstrap.bundle.min.js.map

File diff suppressed because one or more lines are too long

242
samples/EasyMall/aspnet-core/src/EasyMall.Web/yarn.lock

@ -2,37 +2,37 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui.theme.basic/download/@abp/aspnetcore.mvc.ui.theme.basic-2.7.0.tgz#bf22f0f46f85042e02a2c081af9fb50bcf735908"
integrity sha1-vyLw9G+FBC4CosCBr5+1C89zWQg=
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.7.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui.theme.shared/download/@abp/aspnetcore.mvc.ui.theme.shared-2.7.0.tgz#966e5210021390a1197dea944332d6a44e16fd1f"
integrity sha1-lm5SEAITkKEZfeqUQzLWpE4W/R8=
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.7.0"
"@abp/bootstrap" "^2.7.0"
"@abp/bootstrap-datepicker" "^2.7.0"
"@abp/datatables.net-bs4" "^2.7.0"
"@abp/font-awesome" "^2.7.0"
"@abp/jquery-form" "^2.7.0"
"@abp/jquery-validation-unobtrusive" "^2.7.0"
"@abp/lodash" "^2.7.0"
"@abp/luxon" "^2.7.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.7.0"
"@abp/select2" "^2.7.0"
"@abp/sweetalert" "^2.7.0"
"@abp/timeago" "^2.7.0"
"@abp/toastr" "^2.7.0"
"@abp/aspnetcore.mvc.ui@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui/download/@abp/aspnetcore.mvc.ui-2.7.0.tgz#8087e90c1b611251595a2762a26c87a0d02b7882"
integrity sha1-gIfpDBthElFZWidiomyHoNAreII=
"@abp/aspnetcore.mvc.ui.theme.basic@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui.theme.basic/download/@abp/aspnetcore.mvc.ui.theme.basic-2.8.0.tgz#1d5916796b2d98c2021bd801d0cd3407b00d4506"
integrity sha1-HVkWeWstmMICG9gB0M00B7ANRQY=
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "^2.8.0"
"@abp/aspnetcore.mvc.ui.theme.shared@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui.theme.shared/download/@abp/aspnetcore.mvc.ui.theme.shared-2.8.0.tgz#922af51045c1fd50743e753795402741043f6f7a"
integrity sha1-kir1EEXB/VB0PnU3lUAnQQQ/b3o=
dependencies:
"@abp/aspnetcore.mvc.ui" "^2.8.0"
"@abp/bootstrap" "^2.8.0"
"@abp/bootstrap-datepicker" "^2.8.0"
"@abp/datatables.net-bs4" "^2.8.0"
"@abp/font-awesome" "^2.8.0"
"@abp/jquery-form" "^2.8.0"
"@abp/jquery-validation-unobtrusive" "^2.8.0"
"@abp/lodash" "^2.8.0"
"@abp/luxon" "^2.8.0"
"@abp/malihu-custom-scrollbar-plugin" "^2.8.0"
"@abp/select2" "^2.8.0"
"@abp/sweetalert" "^2.8.0"
"@abp/timeago" "^2.8.0"
"@abp/toastr" "^2.8.0"
"@abp/aspnetcore.mvc.ui@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/aspnetcore.mvc.ui/download/@abp/aspnetcore.mvc.ui-2.8.0.tgz#a7f4a6993ce332fad8868bec476f7b4648d19eb8"
integrity sha1-p/SmmTzjMvrYhovsR297RkjRnrg=
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -41,143 +41,144 @@
path "^0.12.7"
rimraf "^3.0.0"
"@abp/bootstrap-datepicker@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/bootstrap-datepicker/download/@abp/bootstrap-datepicker-2.7.0.tgz#8d5aea5fa02642c912aa7cbd99ab197a693008d4"
integrity sha1-jVrqX6AmQskSqny9masZemkwCNQ=
"@abp/bootstrap-datepicker@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/bootstrap-datepicker/download/@abp/bootstrap-datepicker-2.8.0.tgz#95645d02c4ac5bfaa09c41ba67671b7ac3b0abc7"
integrity sha1-lWRdAsSsW/qgnEG6Z2cbesOwq8c=
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/bootstrap/download/@abp/bootstrap-2.7.0.tgz#b232bd5aec61b731947faa31354acd9e886941b8"
integrity sha1-sjK9WuxhtzGUf6oxNUrNnohpQbg=
"@abp/bootstrap@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/bootstrap/download/@abp/bootstrap-2.8.0.tgz#b8c1a6058c60c797beb1d79f198c560ebb4d0060"
integrity sha1-uMGmBYxgx5e+sdefGYxWDrtNAGA=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
"@laylazi/bootstrap-rtl" "4.4.101"
bootstrap "^4.3.1"
"@abp/core@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/core/download/@abp/core-2.7.0.tgz#d02b06929661e0a8d850e7f7da310ffc86467bc9"
integrity sha1-0CsGkpZh4KjYUOf32jEP/IZGe8k=
"@abp/core@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/core/download/@abp/core-2.8.0.tgz#b37675270e58f6a2ebc977e841ec2392c64fdf2d"
integrity sha1-s3Z1Jw5Y9qLryXfoQewjksZP3y0=
dependencies:
"@abp/utils" "^2.7.0"
"@abp/utils" "^2.8.0"
"@abp/datatables.net-bs4@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/datatables.net-bs4/download/@abp/datatables.net-bs4-2.7.0.tgz#a113ca6f02b63b57e678a3b12fc06c2daa4eaff6"
integrity sha1-oRPKbwK2O1fmeKOxL8BsLapOr/Y=
"@abp/datatables.net-bs4@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/datatables.net-bs4/download/@abp/datatables.net-bs4-2.8.0.tgz#d93ab1b313396035b4b8999a1966d214d6ca1b28"
integrity sha1-2TqxsxM5YDW0uJmaGWbSFNbKGyg=
dependencies:
"@abp/datatables.net" "^2.7.0"
"@abp/datatables.net" "^2.8.0"
datatables.net-bs4 "^1.10.20"
"@abp/datatables.net@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/datatables.net/download/@abp/datatables.net-2.7.0.tgz#9980cf1f4f5d2bd91ef4728b126e2433acd57ca5"
integrity sha1-mYDPH09dK9ke9HKLEm4kM6zVfKU=
"@abp/datatables.net@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/datatables.net/download/@abp/datatables.net-2.8.0.tgz#d0a27408a47672092360848b5b8ca223f03e7789"
integrity sha1-0KJ0CKR2cgkjYISLW4yiI/A+d4k=
dependencies:
"@abp/jquery" "^2.7.0"
"@abp/jquery" "^2.8.0"
datatables.net "^1.10.20"
"@abp/font-awesome@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/font-awesome/download/@abp/font-awesome-2.7.0.tgz#348f993831f43a43ec18a122916ce08b2bdc2dbd"
integrity sha1-NI+ZODH0OkPsGKEikWzgiyvcLb0=
"@abp/font-awesome@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/font-awesome/download/@abp/font-awesome-2.8.0.tgz#c374c7823afecf5d6c70f12015fe2cb0fa3cd13b"
integrity sha1-w3THgjr+z11scPEgFf4ssPo80Ts=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
"@fortawesome/fontawesome-free" "^5.11.2"
"@abp/jquery-form@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-form/download/@abp/jquery-form-2.7.0.tgz#f630cca54c8c5e8421973140b4f7099e5b4572ee"
integrity sha1-9jDMpUyMXoQhlzFAtPcJnltFcu4=
"@abp/jquery-form@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-form/download/@abp/jquery-form-2.8.0.tgz#3d5517642200717bfaaf6d3d0dfebc42d497e943"
integrity sha1-PVUXZCIAcXv6r209Df68QtSX6UM=
dependencies:
"@abp/jquery" "^2.7.0"
"@abp/jquery" "^2.8.0"
jquery-form "^4.2.2"
"@abp/jquery-validation-unobtrusive@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-validation-unobtrusive/download/@abp/jquery-validation-unobtrusive-2.7.0.tgz#a07dc7690d091893b6ee2ecddd29ff2ea21b81ff"
integrity sha1-oH3HaQ0JGJO27i7N3Sn/LqIbgf8=
"@abp/jquery-validation-unobtrusive@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-validation-unobtrusive/download/@abp/jquery-validation-unobtrusive-2.8.0.tgz#185e32b9657f922cc35f7c3250f6a583c5fbddd4"
integrity sha1-GF4yuWV/kizDX3wyUPalg8X73dQ=
dependencies:
"@abp/jquery-validation" "^2.7.0"
"@abp/jquery-validation" "^2.8.0"
jquery-validation-unobtrusive "^3.2.11"
"@abp/jquery-validation@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-validation/download/@abp/jquery-validation-2.7.0.tgz#75246963974313aeb2101d2a6f267d47f6ad30fa"
integrity sha1-dSRpY5dDE66yEB0qbyZ9R/atMPo=
"@abp/jquery-validation@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/jquery-validation/download/@abp/jquery-validation-2.8.0.tgz#737195000aeb811a6658f4298ed3834ba0bd7432"
integrity sha1-c3GVAArrgRpmWPQpjtODS6C9dDI=
dependencies:
"@abp/jquery" "^2.7.0"
"@abp/jquery" "^2.8.0"
jquery-validation "^1.19.1"
"@abp/jquery@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/jquery/download/@abp/jquery-2.7.0.tgz#7cf65295d99772fc674e64decd25bd5f34722290"
integrity sha1-fPZSldmXcvxnTmTezSW9XzRyIpA=
"@abp/jquery@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/jquery/download/@abp/jquery-2.8.0.tgz#cdd04b0b902a9e83f392fdfdf799ab414cde9c03"
integrity sha1-zdBLC5AqnoPzkv3995mrQUzenAM=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
jquery "^3.4.1"
"@abp/lodash@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/lodash/download/@abp/lodash-2.7.0.tgz#b21ff8fb75038eaa82f6058fd3eca0fc2000570e"
integrity sha1-sh/4+3UDjqqC9gWP0+yg/CAAVw4=
"@abp/lodash@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/lodash/download/@abp/lodash-2.8.0.tgz#96e2700d9af393798d0fa06528fa8f6a3180afa9"
integrity sha1-luJwDZrzk3mND6BlKPqPajGAr6k=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
lodash "^4.17.15"
"@abp/luxon@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/luxon/download/@abp/luxon-2.7.0.tgz#a89ca4e8f1b04149c9ff046dd2b4a3efa35ed59e"
integrity sha1-qJyk6PGwQUnJ/wRt0rSj76Ne1Z4=
"@abp/luxon@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/luxon/download/@abp/luxon-2.8.0.tgz#ca8b0b41f8e61084af52da2f8aa9255f0a64582d"
integrity sha1-yosLQfjmEISvUtoviqklXwpkWC0=
dependencies:
luxon "^1.21.3"
"@abp/malihu-custom-scrollbar-plugin@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/malihu-custom-scrollbar-plugin/download/@abp/malihu-custom-scrollbar-plugin-2.7.0.tgz#ef0c42551e67677d282fbae13257fbf983827ca5"
integrity sha1-7wxCVR5nZ30oL7rhMlf7+YOCfKU=
"@abp/malihu-custom-scrollbar-plugin@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/malihu-custom-scrollbar-plugin/download/@abp/malihu-custom-scrollbar-plugin-2.8.0.tgz#51f6c941392a6e7101a183e39480f0d48131d65d"
integrity sha1-UfbJQTkqbnEBoYPjlIDw1IEx1l0=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/select2@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/select2/download/@abp/select2-2.7.0.tgz#88655e1f9307733731f5e23f16c4cc3b871527a0"
integrity sha1-iGVeH5MHczcx9eI/FsTMO4cVJ6A=
"@abp/select2@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/select2/download/@abp/select2-2.8.0.tgz#3a9ba96a1b00036b6a9069fa09316f0ffd148657"
integrity sha1-OpupahsAA2tqkGn6CTFvD/0Uhlc=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
select2 "^4.0.12"
"@abp/sweetalert@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/sweetalert/download/@abp/sweetalert-2.7.0.tgz#85b0f1a84b648ab7933db7799afe5d16e0b32f60"
integrity sha1-hbDxqEtkireTPbd5mv5dFuCzL2A=
"@abp/sweetalert@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/sweetalert/download/@abp/sweetalert-2.8.0.tgz#cd88072397179d865885a1622f6787e081994884"
integrity sha1-zYgHI5cXnYZYhaFiL2eH4IGZSIQ=
dependencies:
"@abp/core" "^2.7.0"
"@abp/core" "^2.8.0"
sweetalert "^2.1.2"
"@abp/timeago@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/timeago/download/@abp/timeago-2.7.0.tgz#a7d63abb5d3a2b3e326fd55aa15fd15926e6065e"
integrity sha1-p9Y6u106Kz4yb9VaoV/RWSbmBl4=
"@abp/timeago@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/timeago/download/@abp/timeago-2.8.0.tgz#c1441062d08463c8571bb32c42b624b8b1dc98ba"
integrity sha1-wUQQYtCEY8hXG7MsQrYkuLHcmLo=
dependencies:
"@abp/jquery" "^2.7.0"
"@abp/jquery" "^2.8.0"
timeago "^1.6.7"
"@abp/toastr@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/toastr/download/@abp/toastr-2.7.0.tgz#6da70d19b4eeb3ad95a16abd19933c59e5aabf1a"
integrity sha1-bacNGbTus62VoWq9GZM8WeWqvxo=
"@abp/toastr@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/toastr/download/@abp/toastr-2.8.0.tgz#f47f7faf555d1a9aa77d1ea38f28bb8d2feda2e0"
integrity sha1-9H9/r1VdGpqnfR6jjyi7jS/touA=
dependencies:
"@abp/jquery" "^2.7.0"
"@abp/jquery" "^2.8.0"
toastr "^2.1.4"
"@abp/utils@^2.7.0":
version "2.7.0"
resolved "https://registry.npm.taobao.org/@abp/utils/download/@abp/utils-2.7.0.tgz#492b5ee5c19694caf5f782ca374d7884914c78d4"
integrity sha1-SSte5cGWlMr194LKN014hJFMeNQ=
"@abp/utils@^2.8.0":
version "2.8.0"
resolved "https://registry.npm.taobao.org/@abp/utils/download/@abp/utils-2.8.0.tgz#0d8f523ec6acc6efbf891f473dada498719a4269"
integrity sha1-DY9SPsasxu+/iR9HPa2kmHGaQmk=
dependencies:
just-compare "^1.3.0"
@ -186,6 +187,11 @@
resolved "https://registry.npm.taobao.org/@fortawesome/fontawesome-free/download/@fortawesome/fontawesome-free-5.13.0.tgz#fcb113d1aca4b471b709e8c9c168674fbd6e06d9"
integrity sha1-/LET0ayktHG3CejJwWhnT71uBtk=
"@laylazi/bootstrap-rtl@4.4.101":
version "4.4.101"
resolved "https://registry.npm.taobao.org/@laylazi/bootstrap-rtl/download/@laylazi/bootstrap-rtl-4.4.101.tgz#e08e95e062c07741997b5b353baf3e24eba8734f"
integrity sha1-4I6V4GLAd0GZe1s1O68+JOuoc08=
ansi-colors@^1.0.1:
version "1.1.0"
resolved "https://registry.npm.taobao.org/ansi-colors/download/ansi-colors-1.1.0.tgz#6374b4dd5d4718ff3ce27a671a3b1cad077132a9"

2
samples/EasyMall/aspnet-core/test/EasyMall.HttpApi.Client.ConsoleTestApp/EasyMall.HttpApi.Client.ConsoleTestApp.csproj

@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyMall.HttpApi.Client\EasyMall.HttpApi.Client.csproj" />
</ItemGroup>

6
samples/EasyMall/aspnet-core/test/EasyMall.TestBase/EasyMall.TestBase.csproj

@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.7.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.7.0" />
<PackageReference Include="Volo.Abp.TestBase" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="2.8.0" />
<PackageReference Include="Volo.Abp.Authorization" Version="2.8.0" />
<ProjectReference Include="..\..\src\EasyMall.Domain\EasyMall.Domain.csproj" />
</ItemGroup>

2
samples/EasyMall/aspnet-core/test/EasyMall.Web.Tests/EasyMall.Web.Tests.csproj

@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<ProjectReference Include="..\EasyMall.Application.Tests\EasyMall.Application.Tests.csproj" />
<ProjectReference Include="..\..\src\EasyMall.Web\EasyMall.Web.csproj" />
<PackageReference Include="Volo.Abp.AspNetCore.TestBase" Version="2.7.0" />
<PackageReference Include="Volo.Abp.AspNetCore.TestBase" Version="2.8.0" />
</ItemGroup>
<ItemGroup>

2
samples/EasyMall/aspnet-core/test/EasyMall.Web.Tests/EasyMallWebTestModule.cs

@ -107,7 +107,7 @@ namespace EasyMall
}
});
app.UseMvcWithDefaultRouteAndArea();
app.UseConfiguredEndpoints();
}
}
}
Loading…
Cancel
Save