diff --git a/apps/angular/package.json b/apps/angular/package.json
index 6d5af4df..95de0ece 100644
--- a/apps/angular/package.json
+++ b/apps/angular/package.json
@@ -56,4 +56,4 @@
"tslint": "~6.1.0",
"typescript": "~4.3.5"
}
-}
+}
\ No newline at end of file
diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj b/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj
index b605d332..074096a4 100644
--- a/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj
+++ b/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbp.AuthServer.csproj
@@ -8,19 +8,18 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbpAuthServerModule.cs b/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbpAuthServerModule.cs
index 25035e28..71678fff 100644
--- a/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbpAuthServerModule.cs
+++ b/apps/auth-server/src/EShopOnAbp.AuthServer/EShopOnAbpAuthServerModule.cs
@@ -43,7 +43,6 @@ namespace EShopOnAbp.AuthServer
typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpAccountWebIdentityServerModule),
typeof(AbpAccountApplicationModule),
- typeof(AbpIdentityHttpApiModule),
typeof(EShopOnAbpSharedHostingAspNetCoreModule),
typeof(EShopOnAbpSharedLocalizationModule),
typeof(AdministrationServiceEntityFrameworkCoreModule),
diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/package.json b/apps/auth-server/src/EShopOnAbp.AuthServer/package.json
index 4b835a4c..1596b6c1 100644
--- a/apps/auth-server/src/EShopOnAbp.AuthServer/package.json
+++ b/apps/auth-server/src/EShopOnAbp.AuthServer/package.json
@@ -3,7 +3,7 @@
"name": "EShopOnAbpAuthServer",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "~5.0.0-beta.1",
- "@volo/account": "~4.4.3"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^5.0.0-beta.2",
+ "@volo/account": "^5.0.0-beta.2"
}
}
\ No newline at end of file
diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js b/apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
index 1fee6e79..d7b5d2d9 100644
--- a/apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
+++ b/apps/auth-server/src/EShopOnAbp.AuthServer/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
@@ -1,4 +1,6 @@
/*
https://select2.org/troubleshooting/common-problems
*/
-$.fn.modal.Constructor.prototype._enforceFocus = function () { };
\ No newline at end of file
+if ($.fn.modal) {
+ $.fn.modal.Constructor.prototype._enforceFocus = function () { };
+}
diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock b/apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock
index 0a5b5d3a..fb0f4b65 100644
--- a/apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock
+++ b/apps/auth-server/src/EShopOnAbp.AuthServer/yarn.lock
@@ -2,57 +2,37 @@
# yarn lockfile v1
-"@abp/aspnetcore.mvc.ui.theme.basic@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.0.0-beta.1.tgz#2c78c2bd977a67f6c2ed77cfcd404cf9533eaaae"
- integrity sha512-b8Boztxd5NbaDlXQvgHXHtw8ZNgM4tEgo14kw/bN3mcLx05fWLGd8Lzfdi7i+Ju6U3rKbgi+0MSbga93A0KSmg==
- dependencies:
- "@abp/aspnetcore.mvc.ui.theme.shared" "~5.0.0-beta.1"
-
-"@abp/aspnetcore.mvc.ui.theme.shared@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-4.4.3.tgz#464148bbf641e6988852235f94dc3393131c657e"
- integrity sha512-/aXlX5JZ/CYD6KdIBL2V216aNidqxf7ugU9dZPK1FbGSixN805lJVIu766ufEA5xZrMIGPL/O7MZmu+hJyclTA==
- dependencies:
- "@abp/aspnetcore.mvc.ui" "~4.4.3"
- "@abp/bootstrap" "~4.4.3"
- "@abp/bootstrap-datepicker" "~4.4.3"
- "@abp/datatables.net-bs4" "~4.4.3"
- "@abp/font-awesome" "~4.4.3"
- "@abp/jquery-form" "~4.4.3"
- "@abp/jquery-validation-unobtrusive" "~4.4.3"
- "@abp/lodash" "~4.4.3"
- "@abp/luxon" "~4.4.3"
- "@abp/malihu-custom-scrollbar-plugin" "~4.4.3"
- "@abp/select2" "~4.4.3"
- "@abp/sweetalert" "~4.4.3"
- "@abp/timeago" "~4.4.3"
- "@abp/toastr" "~4.4.3"
-
-"@abp/aspnetcore.mvc.ui.theme.shared@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.0.0-beta.1.tgz#25596652bb3f7b6bac5bbd966a731144cd9646c6"
- integrity sha512-N4SHu6rn8alK4jdve00IscngrfvqJNEjrwQclXNmP9c4NtPuVM9emZdxBzKF8jFb6Hz8HiwM9H3xV/SjKCS/7A==
- dependencies:
- "@abp/aspnetcore.mvc.ui" "~5.0.0-beta.1"
- "@abp/bootstrap" "~5.0.0-beta.1"
- "@abp/bootstrap-datepicker" "~5.0.0-beta.1"
- "@abp/datatables.net-bs4" "~5.0.0-beta.1"
- "@abp/font-awesome" "~5.0.0-beta.1"
- "@abp/jquery-form" "~5.0.0-beta.1"
- "@abp/jquery-validation-unobtrusive" "~5.0.0-beta.1"
- "@abp/lodash" "~5.0.0-beta.1"
- "@abp/luxon" "~5.0.0-beta.1"
- "@abp/malihu-custom-scrollbar-plugin" "~5.0.0-beta.1"
- "@abp/select2" "~5.0.0-beta.1"
- "@abp/sweetalert2" "~5.0.0-beta.1"
- "@abp/timeago" "~5.0.0-beta.1"
- "@abp/toastr" "~5.0.0-beta.1"
-
-"@abp/aspnetcore.mvc.ui@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-4.4.3.tgz#b7c217f23d39793a63baff9a56ff063bb0da3049"
- integrity sha512-dVZe5HcKRTg0gfWom7vY70JRZkHm1nFtYWq+ciEPvVqPAClzDEvJucoKiUTzfgmPQO13Yv5/GonTV99MV9sLHg==
+"@abp/aspnetcore.mvc.ui.theme.basic@^5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.0.0-beta.2.tgz#077d1edd88f2f1ccb5c8227180a75e3121eece19"
+ integrity sha512-b7f05Fza18NYHudrHosYuCX/UJ/Y3KYJrJMHqdvAsZYu0t3dc7EMWKYTDA/+rDEO8iV/83twRYfHLf0tmVyc1Q==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui.theme.shared" "~5.0.0-beta.2"
+
+"@abp/aspnetcore.mvc.ui.theme.shared@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.0.0-beta.2.tgz#8c58d252f1a39f91c2c287b91691e5bd772f4918"
+ integrity sha512-l4suGM7PjGTw/MEg2f2BdbRXYzALhZQUSijzKIQTy5dwcA/JQPsLbezPzGy45fD3lXsYxBwS4QaOmofTosKkug==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui" "~5.0.0-beta.2"
+ "@abp/bootstrap" "~5.0.0-beta.2"
+ "@abp/bootstrap-datepicker" "~5.0.0-beta.2"
+ "@abp/datatables.net-bs4" "~5.0.0-beta.2"
+ "@abp/font-awesome" "~5.0.0-beta.2"
+ "@abp/jquery-form" "~5.0.0-beta.2"
+ "@abp/jquery-validation-unobtrusive" "~5.0.0-beta.2"
+ "@abp/lodash" "~5.0.0-beta.2"
+ "@abp/luxon" "~5.0.0-beta.2"
+ "@abp/malihu-custom-scrollbar-plugin" "~5.0.0-beta.2"
+ "@abp/select2" "~5.0.0-beta.2"
+ "@abp/sweetalert2" "~5.0.0-beta.2"
+ "@abp/timeago" "~5.0.0-beta.2"
+ "@abp/toastr" "~5.0.0-beta.2"
+
+"@abp/aspnetcore.mvc.ui@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.0.0-beta.2.tgz#c30d9905e133451208e379f7173ed9c44dd5f487"
+ integrity sha512-8Dzfg5SzeVoXz/nY11o2u3y7ZQdUW/zVSYVTgbsCMC1HCe2yzptpr2XI0Goz8jQKgz0G+zg3iwfeur7vNoaoMw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@@ -61,315 +41,161 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
-"@abp/aspnetcore.mvc.ui@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.0.0-beta.1.tgz#30c14386899596bf91e8871810dbaa1a0e51e996"
- integrity sha512-pabiGHghC62eg95RfAncEt0+yGdBxdMmyqCXV+Be4JjaMz/hGZIDOPIYnaqCayZtyMmIRqG6IAwi99DqBjkQAQ==
- dependencies:
- ansi-colors "^4.1.1"
- extend-object "^1.0.0"
- glob "^7.1.6"
- gulp "^4.0.2"
- merge-stream "^2.0.0"
- micromatch "^4.0.2"
-
-"@abp/bootstrap-datepicker@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-4.4.3.tgz#08fd1642ede232badb62a1536982ad2bfce6c265"
- integrity sha512-pwb+3DbLkhuNnjD74UwqZgK5hnoxAFFu8y7qlJEkSiKsLWrKNlJS+PHF1LLifPqXogU1MKwc18AuXnHOEKjzbQ==
+"@abp/bootstrap-datepicker@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.0.0-beta.2.tgz#dbf92485225a424f0e53e55c3ef8c993943682f0"
+ integrity sha512-jJWVKrkKcUMEqwBrEqhGD1zDFD8b0b3j0WdlzKuzlw26AaQkfE4LQ9Gjfjs+RnTW1LxPn8rGP8QCgdVeWMNjQQ==
dependencies:
bootstrap-datepicker "^1.9.0"
-"@abp/bootstrap-datepicker@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.0.0-beta.1.tgz#727e0f7305a94c95ece152ffff011bcff621f46d"
- integrity sha512-txhdlJqyO2D9MkGLYgrsiDaC58cb2eCpk2uxoqqQeVWvuRPo/L+9rCBk+bu6J37FGJtU8aabtHJyR5xnYbv0TQ==
+"@abp/bootstrap@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.0.0-beta.2.tgz#0faaa85871fd23076dd597dce83dc3020b1ff950"
+ integrity sha512-zy0DUcAJuX+Oeu4csw7XbyLGq/YdfonMLJt/Mkpq8CjAssD7n7aJK6PwG+akaI4giSQd7Sc1JvvnKRMRzyxy1Q==
dependencies:
- bootstrap-datepicker "^1.9.0"
-
-"@abp/bootstrap@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-4.4.3.tgz#76968df98fd5c6e5d26abea9cea5c9d76646d24e"
- integrity sha512-InA3AI1ydkqd7AYz+f9RAag1h/uhFsFAFGIo34jllIeFhG4C59EbkNwdWDk96lNHmt0qutQYydsO6WKPlgnjYA==
- dependencies:
- "@abp/core" "~4.4.3"
- bootstrap "^4.6.0"
- bootstrap-v4-rtl "4.6.0-1"
-
-"@abp/bootstrap@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.0.0-beta.1.tgz#075a15459ff8e3896b6553786e6c8f091c6ffcad"
- integrity sha512-W8z6qSAsRoXmG0++xH6Bk1oRc90hFqVcjKI+5XgBQhUUCn2qBruBYOKFxPg2GeT2f1k9K5TrCEnnVrh0sOP9/A==
- dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
bootstrap "^4.6.0"
bootstrap-v4-rtl "4.6.0-1"
-"@abp/core@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/core/-/core-4.4.3.tgz#fc79a2eebf37a61a6cc05287b722750000f38522"
- integrity sha512-gQ2rNyj1MpYCfLTg7Id/20AH4dqs0XIt/n+WqlgeGoYvEpAm4lakHWL7mxZaDQ+iMI/lVVrBhuzwuQv7xKpEIQ==
- dependencies:
- "@abp/utils" "^4.4.3"
-
-"@abp/core@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.0.0-beta.1.tgz#6cff06b13529ab9d7a6ddc4e89dc40616e6b7739"
- integrity sha512-TK1CnurJIK/SXfsNTk6HSpxdaJgVxwvqNd4F3fxCC0Uj8s5viD3TAGk39Hkp4909WGfNrRq8BEUNvTYM/rP6gg==
+"@abp/core@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.0.0-beta.2.tgz#f9643d21b19128be3ad58b23083e1fc9620f2102"
+ integrity sha512-AHlJQF5NC+yNsj5xILHk1CF++Z93aQDNp0zdJciDqIexH9lEJ+AQCX2EKLn0yjWt4Ga00pOOmQM5vJVJjuJCEw==
dependencies:
- "@abp/utils" "^5.0.0-beta.1"
+ "@abp/utils" "^5.0.0-beta.2"
-"@abp/cropperjs@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/cropperjs/-/cropperjs-4.4.3.tgz#9320e6c827acdc4eb1c842e24a122a5bc4f447b6"
- integrity sha512-dbmfIz74AbF06gzDTtEeSTNAinjHY5b3Ea+sMyzJMr9akhi2ISEQB2TWU1VFbuFebnIPvLgKG1Yr34crG6Al6w==
+"@abp/cropperjs@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/cropperjs/-/cropperjs-5.0.0-beta.2.tgz#6b8d870e85add42941f778cec14122f962cf8e4b"
+ integrity sha512-fkkomk3+7gMoEGyx6Hq2cLC4zsCtddwz7QamjEA7g7SxzQf3Rvfv36Nk/GBf78Jn/5eQXAXwLiNIXxeYDTyARA==
dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
cropperjs "^1.5.7"
-"@abp/datatables.net-bs4@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-4.4.3.tgz#69d3704d057fe39c3b4aff0654f098fac3a27f49"
- integrity sha512-Rs8u9BqaVnA7SYhaP849dVNQjaUdO3y5d95b5hv9kLgxquIEf/FIAmGMc0p9BkCK74SkRJ3WJLlR8DXxLi/tEw==
+"@abp/datatables.net-bs4@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-5.0.0-beta.2.tgz#3afb32918f59b55c68d3d37b2c1f0bf49bb06fc8"
+ integrity sha512-t6YserKkBId7KnT46uYaGw6HJrf8tcLp4bJmGyUSnCwVlgJcha/P6fr3pKWqFz9QPGk5riCZF3hK6x1BH9u71g==
dependencies:
- "@abp/datatables.net" "~4.4.3"
+ "@abp/datatables.net" "~5.0.0-beta.2"
datatables.net-bs4 "^1.10.21"
-"@abp/datatables.net-bs4@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-5.0.0-beta.1.tgz#110d7d8cf1c15db7432d8f0649f4317ba8de10dd"
- integrity sha512-CPodZP9pqLdwnFZ77/mcSfuhyK1WMi/c+9VWpGXFQSGaABNKPP2UIdAChwUcBRdGkZRa/IhXx3CCr1ZMLpJsMQ==
+"@abp/datatables.net@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.0.0-beta.2.tgz#fc87be76ebec94b16c6734c2249ea8a0a04a83b8"
+ integrity sha512-aEAlej1wNtxsxpwlw2GFOV0tFSZ7MWA+Wpfi5QZ4VIbYHSIkhEnz0apiNMBsoB8i7VJLJKZuKvynlJWYABNk0Q==
dependencies:
- "@abp/datatables.net" "~5.0.0-beta.1"
- datatables.net-bs4 "^1.10.21"
-
-"@abp/datatables.net@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-4.4.3.tgz#1515dcc2bdc7c65c1f24a366c738e1b21ad05723"
- integrity sha512-j0cIadlcIOLb/ZQnbqXi4sMEgyLCFA08GMIljvN6GhBObZjMQh4Eazk/B+a4xw+ATk0rbAW3dJyMx80zpi82cg==
- dependencies:
- "@abp/jquery" "~4.4.3"
+ "@abp/jquery" "~5.0.0-beta.2"
datatables.net "^1.10.21"
-"@abp/datatables.net@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.0.0-beta.1.tgz#8e784a011d33de154554f3239c448fcfd8adb713"
- integrity sha512-mRMYqTCoYLmDLvL+CvmwUS4JqCqdkn6mxHd7zgkaR04xlGLEmNae5aGbs1wURJ86MOWrHbfkx66lQjkul3zbQw==
- dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
- datatables.net "^1.10.21"
-
-"@abp/font-awesome@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-4.4.3.tgz#9b0b03da07245e4458305e54490b4e37cbcc2b40"
- integrity sha512-R6s0jcAhmpUTdc4b/NJkfHXbXblmcuTNwiNG/CJJ/QNrVhk7OolzyqR5k/moaBpb4Uaqf5u07Aau24rOH35q5w==
- dependencies:
- "@abp/core" "~4.4.3"
- "@fortawesome/fontawesome-free" "^5.13.0"
-
-"@abp/font-awesome@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.0.0-beta.1.tgz#3ae721c447a009601226c381a20dc4adabe154e1"
- integrity sha512-fsMqwApogZ1rAogStQxBX/Nh8akXPW/Alm8UayfK6TXIkPPjBz5RQSHfdlosG7M/U3mwUNGcLlaDvQXsE/nqow==
+"@abp/font-awesome@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.0.0-beta.2.tgz#10a920fb20294f7ccd404ea2b302fb11f68f0705"
+ integrity sha512-Mmhfm7g5HdflvqbZOZDKk335IlY8ipwtKsCQ1qRaobsMpWi2AFh6/P/XX7y4H5p0wH5cluUsSzS1QB37QXp36w==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
"@fortawesome/fontawesome-free" "^5.13.0"
-"@abp/jquery-form@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-4.4.3.tgz#3d5760e9ece4984165304fa028a5eb997adc4d9f"
- integrity sha512-lk0QYruQVwXhVFYBiIrNx5zqF7fY7PKuGGvPQMHyeNaljvpbuK5FPwkge0y6nToWA4Y7PhSCYBU7xvkBuqEDgA==
+"@abp/jquery-form@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.0.0-beta.2.tgz#4b685858d54eafac123995ebfea759c769e49cab"
+ integrity sha512-ekytRAvAUNKJAPiR5i7kxASh5j3D5jabO1GHbPwq6UzapGLMzG5r8s6/1b4eX+4Zorfy+TmERNeUsWvQwf3P1A==
dependencies:
- "@abp/jquery" "~4.4.3"
+ "@abp/jquery" "~5.0.0-beta.2"
jquery-form "^4.3.0"
-"@abp/jquery-form@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.0.0-beta.1.tgz#d13f4cffce48125547b9da57cfc407f9a35a89e6"
- integrity sha512-RYE90XIDxWkvxO5ukuZ2PHk6aA/o7NQKLcR9WsN1G2xTU/frrNPgtruGRTIj7Nx3BPUeMp7EAN2rYZwglcnO5g==
+"@abp/jquery-validation-unobtrusive@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.0.0-beta.2.tgz#392ab72716baea26e6f560e2369d09f8c5488d3b"
+ integrity sha512-PyiWj0hj5jkjcZ1oJeLXYuoVCIAg51X4y6iLbcb1SpAbqYQP23gilDJK8xkURbysGPMiDq+7tOiKAnGiHSBnWA==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
- jquery-form "^4.3.0"
-
-"@abp/jquery-validation-unobtrusive@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-4.4.3.tgz#c08e336debe60a119a5abd0cb66032da6ace6b08"
- integrity sha512-mfvYChTALH5nmB0docrEkS5/+Yxt6SgbQOjPVuQx5PgqoVscmf2/JvsBnW73/YVdQBkVXs339hoDGPA6K2WR9w==
- dependencies:
- "@abp/jquery-validation" "~4.4.3"
- jquery-validation-unobtrusive "^3.2.11"
-
-"@abp/jquery-validation-unobtrusive@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.0.0-beta.1.tgz#93ff6ee92bccdde77816bfb434e967fd142f6b83"
- integrity sha512-LZE1KIALGBCINdWrHzoGczekUFtKwbXbLIgb4ZgiipO5Xja7py/iVvts10QWqUzhnBk+kmbHbj+KnjdqP4Z8pQ==
- dependencies:
- "@abp/jquery-validation" "~5.0.0-beta.1"
+ "@abp/jquery-validation" "~5.0.0-beta.2"
jquery-validation-unobtrusive "^3.2.11"
-"@abp/jquery-validation@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-4.4.3.tgz#331f3671e6e37bed4dc737942e8eb2a6d1297722"
- integrity sha512-RjKn9xxoYQz0v8yzWcVlbIQYZQTcXgYFX7GMJf04V/QbdU6vsge+5vHKzhcaW5XWL8+GgKHTqqoxbqzdJykaPA==
- dependencies:
- "@abp/jquery" "~4.4.3"
- jquery-validation "^1.19.2"
-
-"@abp/jquery-validation@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.0.0-beta.1.tgz#2964ca1266b087e4c4c0e768bfc4bfe0284e4ff5"
- integrity sha512-ZDNdkPy2ZNu0EYDNH20Oh9R3bICCYv9CbEj4zZ8Qavixo9VTkybY3BW0nYjcu1yb1P92gZPp80W8vyfxSo//kw==
+"@abp/jquery-validation@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.0.0-beta.2.tgz#233eda5998ae566daeb945d8508999da2ef75a51"
+ integrity sha512-jKY0yfRgM5RGlJeQCGKkkczx5qptpPkhqWr4x+ffTUzR+ywF9FHUB5zcbELpEyWuOJ9cilap2hga2lvPZ8c+Pg==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
jquery-validation "^1.19.2"
-"@abp/jquery@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-4.4.3.tgz#9d2dc238596a6e5c878b5be4b1d49e7e8f95aec4"
- integrity sha512-BN2KU1mw0hyQD8/61ZOIDM0hyMDkhZix4TOWCQa3s18pWHlBEsjKVnINQlz9J9k4TZEdQP9D3wZmw+XUfZjoIw==
+"@abp/jquery@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.0.0-beta.2.tgz#62fa64fcc0bd5dca4b5e7534b24205a3f0461f08"
+ integrity sha512-tMzjo9qQAgJDYPvLk67YNlnOOUSTUfPWodlqfl5vvo6/NHSsB9eJhXH28txEtygX0o/Mepi9Ag87dL9VLh0DEw==
dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
jquery "~3.6.0"
-"@abp/jquery@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.0.0-beta.1.tgz#360e7a164b6b4ce615a5ad91a1c78ef6893648f3"
- integrity sha512-v2t+76L45tlbpGeVR39GurZl60Rj1pR/TdUidpP6zwnpx1Y3I+CvlJNDwTESeE/ixTOT3PyFbXoMEi6hI+v39A==
+"@abp/lodash@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.0.0-beta.2.tgz#c821eb502de3211f94ca2f7ba8a5c0b0677c5c9b"
+ integrity sha512-lW8lz1JG8kweVOWVCB7jC6xxLUE0G6MJfwv4g0+eKwFLgsAO5dK6Yk4xZi+UXgST73OgGt5LIQJcS4+aCo/zmg==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
- jquery "~3.6.0"
-
-"@abp/lodash@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-4.4.3.tgz#8e936ebc54a9043eee80cb22f3dad5ea8a2306cb"
- integrity sha512-QKFjdRd8cEZp7fg9MhuFhD5CP3MBw7CfaJ3yj0W1e5Tx+xtV+rYz4PrOE8/BLb4un7gxqUrEWBgdIzY+lBR7mQ==
- dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
lodash "^4.17.15"
-"@abp/lodash@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.0.0-beta.1.tgz#618797bde42b17f91d7f99fdd5f24cb5e8a361b3"
- integrity sha512-WsUjzHRZ6RkSMd5PTw0oWijDbbq/Wgonv8++ufUZi1WK5spZi9ohjcYM4io3Ms3fG+g4pWznaicYraMpV5tcsQ==
+"@abp/luxon@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.0.0-beta.2.tgz#64c68c3091415153c8c470fb3e5650bbc00500d1"
+ integrity sha512-0mSVsycWEo5hamEuR7Mqw00JnVRlhQvpy8Bks58d7bRksIQzK8iPx9advTbP2ICF3iz9zHT9MJrMXYfvUT6oIQ==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
- lodash "^4.17.15"
-
-"@abp/luxon@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-4.4.3.tgz#bd3328f45714155870bc8a91d41a197a613392b0"
- integrity sha512-rPVzSXEy+rJZLIQ10boOq6suQAZQWJyB5P+rvfSx8h9sbRpsQ5fJOX2ShnUUf/+49KHzRRIqy+vrhr1oiE0C8Q==
- dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
luxon "^1.24.1"
-"@abp/luxon@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.0.0-beta.1.tgz#fc81fcbfb592d3baf7b9856b3cecf5b86df4bfdf"
- integrity sha512-t4lhJ/wr1rAVH1/bnzmc8niZYvolTuXUB0h6A6UYaw205QyNtimzusYkTwkc+Z3xHFUrkLCoG7J2SVoCJuioaA==
+"@abp/malihu-custom-scrollbar-plugin@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.0.0-beta.2.tgz#6c030cfe1e123be0a81f769dedd6a6b22aed9077"
+ integrity sha512-ZEkCMMDKe26b/sCArQjDOGEm8+lQB9Uis17FNyHDt/vA+FdtaPJjeLOqmfzMeLQYppvefH+JCpGzfaWwCNZmcw==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
- luxon "^1.24.1"
-
-"@abp/malihu-custom-scrollbar-plugin@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-4.4.3.tgz#194f39ebbabad7853089549a7e19cfd2a7393e98"
- integrity sha512-bhME41UsDCPGxnLP+zqH8nsx1uAxRR8tAeBKOJV24Xf8FHEjUQEDBXG0t1PBYGZVn1/0Ugao7Z12G9uZOiZVog==
- dependencies:
- "@abp/core" "~4.4.3"
- malihu-custom-scrollbar-plugin "^3.1.5"
-
-"@abp/malihu-custom-scrollbar-plugin@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.0.0-beta.1.tgz#7af43d30af9b1f741fd9d9559d100aa4a5c52ae9"
- integrity sha512-B195PC4/75W0EXjGEQUd/ZARb/eGWj8DX7hq3K+J+lUWzWu46dZy8s5bBij78HqxS91/q6nbxU35Z+E9xl6ICg==
- dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
malihu-custom-scrollbar-plugin "^3.1.5"
-"@abp/select2@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-4.4.3.tgz#71015901aae117360f876c744903613494800c83"
- integrity sha512-s7ArMLq2LC0m1oFcuCJghf5lEnGbq1D8/WaIKGmmD0ERL0g5xMccFlNbXm+Z79MJoTvQFssSLPTLZICjzWPKJw==
+"@abp/select2@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.0.0-beta.2.tgz#f5e74d56ccdabde61825453044f31fa183573b58"
+ integrity sha512-ApL7ioC4p5GguQM2KfnqtGrJ9TqBRiQh1v+y1J2Z3Lh18SJU+tsA3f9Va9ZyZNIFrpV3Bsmim2cIu7bjm7IBRw==
dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
select2 "^4.0.13"
-"@abp/select2@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.0.0-beta.1.tgz#15988165fcfed2ebc2b8d097965e2dc1984af35e"
- integrity sha512-SF+NkWDJNz1EeEimW5luaCMPTNN1oPzEWs47usPJo8m7HfijEvF3rymJ8jL5zWIOo05Tx3HUurLSVz0qu4vZsw==
+"@abp/sweetalert2@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.0.0-beta.2.tgz#164c1df63c2859fa5277673906f85cc8e7e2d1ef"
+ integrity sha512-UdENhKcfywOorjTf4+CxDO8UUet9lYAIDH2r+Kd1qjFKIDDu6w3TfJ7Gz108VG84+RsUevfVLgZ8qeYsA+drKQ==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
- select2 "^4.0.13"
-
-"@abp/sweetalert2@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.0.0-beta.1.tgz#c6a1185f39d3207f67753e7c486eddcefc7fd0da"
- integrity sha512-ADotpiMkIzHLy/ufK0q49V9hgF8oKE0rLRzVZV2dHBpmFR7YRcPdbb5AN9CiXDk6ol8nsocEEAwRmgD3eJG63w==
- dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
sweetalert2 "^11.0.18"
-"@abp/sweetalert@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/sweetalert/-/sweetalert-4.4.3.tgz#287b9c89f90885742b074b4e3a427f0ec482952d"
- integrity sha512-tAEgHMaTe+E+uS+Mt8XV3dt5yJJHg01Zsbp4ojO3wvdoAS6MKRXWdH05u3ZdwRQrJFbSgQjY85vWn/a/PnYRng==
- dependencies:
- "@abp/core" "~4.4.3"
- sweetalert "^2.1.2"
-
-"@abp/timeago@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-4.4.3.tgz#7d31b9fcc128e9b8c6bb7870c4284427e9f9f383"
- integrity sha512-E8FeAraStlYsHz6D1oBrwM5eHhZeCGrP7aA768Ke5UGIZPoYwyIIYLRfK4MCoCLKgTVlRrUn0Dj7Xkj9tWOfBQ==
+"@abp/timeago@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.0.0-beta.2.tgz#7a6242e6cc403addf172ebf18ffb3513d4b30f21"
+ integrity sha512-wdXaKd0dBJP0mawzHqE04YWUgpUYzq8vJHGH3QGf9RpB+XpMztt1KNHR6d32VylDAEoPEtB7GH4rVvlimKa48g==
dependencies:
- "@abp/jquery" "~4.4.3"
+ "@abp/jquery" "~5.0.0-beta.2"
timeago "^1.6.7"
-"@abp/timeago@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.0.0-beta.1.tgz#0f7bb8cd85b7e90d7d5c0a0940b9102e3f4f1e42"
- integrity sha512-QwYZyeDRW+X8BGecBcK1SgsClVWNYfPgvct+WkQhTIRxzbP/c1c+1irj69sNdN3df2WLnmjfu3sBw2hzz5ykbg==
+"@abp/toastr@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.0.0-beta.2.tgz#924f5315d3ade6ee41869d8809b625116c5b02f1"
+ integrity sha512-iqmgO/8AwORzYKf/43+Fx/478la0w+g+mrDahzokPlZFv6WUvFL3QSD/fs1mjc2yUOxEuvgprEiEfWoZcrwtNA==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
- timeago "^1.6.7"
-
-"@abp/toastr@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-4.4.3.tgz#45ef155fdbb6134a50794e456f820671c72e4105"
- integrity sha512-dmKYS7iw/a+eWCD+J+nZ1htmGEjJSCsV1H8dDwA+ZxYJrE2/ejUh0LZ+b8Hsvobqfe/6bwYBj6oe0R9+vszCfg==
- dependencies:
- "@abp/jquery" "~4.4.3"
+ "@abp/jquery" "~5.0.0-beta.2"
toastr "^2.1.4"
-"@abp/toastr@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.0.0-beta.1.tgz#d420fc5db6b15f6d623d3928bb6913996511937f"
- integrity sha512-82LfDrZQagtv4QLb643VTra4pxleOq5xYwhpOK1Ifop2K5CRgElxKfWvY2EtxdGkpCO2arvkOzjRNbxnecHB2w==
+"@abp/uppy@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-5.0.0-beta.2.tgz#9b2dc0333cd2b35431a7287d60883d57796b63cf"
+ integrity sha512-oNRMMqgaFMMLDqPRaVOLER04iZ3Mx3h1kmfWOnEra3zopHqB/c3B3sOgaYYVzav2IeO/lz4YUuzLN6+/kZEIVw==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
- toastr "^2.1.4"
-
-"@abp/uppy@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-4.4.3.tgz#2ce6eae0be3875f5666a94480662412d31d5fb92"
- integrity sha512-tMov0MgPLQnGiBRmAmyJHSlaUAIyyVWHGfXqdmeMn1fzlmqNkRDStaflO5ei94kXk+MvU8DLZXVaWRSfmai3fg==
- dependencies:
- "@abp/core" "~4.4.3"
+ "@abp/core" "~5.0.0-beta.2"
uppy "^1.16.1"
-"@abp/utils@^4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-4.4.3.tgz#5d6939be5463adaa938357d74d1a35fed21b0115"
- integrity sha512-B2E89fhM7vKDz9He6EeNc9P5RVYThiBLpTkKvJTeXG+DJtrP2ZbEICe1fcDA48wLFokXXKgx/SjoJlMvObhilQ==
- dependencies:
- just-compare "^1.3.0"
-
-"@abp/utils@^5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.0-beta.1.tgz#e1bf9240738276081c89a67073d9d85205fdf14c"
- integrity sha512-suzKxHUautizxt5XdlJ8ONIaVMcAHrb2dp1kEnXnFRW1ip+7ZQ9/nxJj+GtY1MhHX2yPmlUQP2K8f2upJh9aoA==
+"@abp/utils@^5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.0-beta.2.tgz#4d120c0f930b943071b4ba27dafedf6c8b730182"
+ integrity sha512-EZV1P+eafVBEHO6B+Ws6iX4xyeg8B6nCPLvpaFC6mStk7SGidh2rAYYWyydyh68Ky8YdbLYQE3oPaIewOhDWTg==
dependencies:
just-compare "^1.3.0"
@@ -672,21 +498,21 @@
"@uppy/utils" "^3.3.0"
cuid "^2.1.1"
-"@volo/abp.aspnetcore.mvc.ui.theme.commercial@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@volo/abp.aspnetcore.mvc.ui.theme.commercial/-/abp.aspnetcore.mvc.ui.theme.commercial-4.4.3.tgz#1dd1c57b1ef4ebe4a8dddef522c6a98d4b039945"
- integrity sha512-V5b8mw2vg+c+728LBmK4e/vCjKYV00qgFt3KCk790F2/zxVXWmKDRBQtbivgoTB46B01hVDGkLleXufkvOAh0g==
+"@volo/abp.aspnetcore.mvc.ui.theme.commercial@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@volo/abp.aspnetcore.mvc.ui.theme.commercial/-/abp.aspnetcore.mvc.ui.theme.commercial-5.0.0-beta.2.tgz#6ac19bc128920b6f45996a2f0cddc36653188164"
+ integrity sha512-63gJgqexwdeSeiEHLmR4jxMv9+fXWjkNVjW29xAdtFMC+/kW07IMSOTZEA9bbGLOukOPxvN3OruEFc4n5v2HeA==
dependencies:
- "@abp/aspnetcore.mvc.ui.theme.shared" "~4.4.3"
+ "@abp/aspnetcore.mvc.ui.theme.shared" "~5.0.0-beta.2"
-"@volo/account@~4.4.3":
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/@volo/account/-/account-4.4.3.tgz#a0f5f394d7551a894cf8dcbb0e20a4b2f13f2063"
- integrity sha512-GpzuisoDiTBlj/eH4KQogH6dzyTXDY23m1XiXh9wIZ2huR+SrrRkTtfB/kn3eMuBcUomVYKxTvu0ux3Sfrwc8w==
+"@volo/account@^5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@volo/account/-/account-5.0.0-beta.2.tgz#681915f8a40cea1a95115fa17b231996fc33418a"
+ integrity sha512-qjyK4ZnHPtnLSBfE/ox4O1lavZa/bQA4TOp6tDayuLKYaAM0zAG/pz0heBzgkTQzj5+LlAJx/IkIOI/0BhLjKA==
dependencies:
- "@abp/cropperjs" "~4.4.3"
- "@abp/uppy" "~4.4.3"
- "@volo/abp.aspnetcore.mvc.ui.theme.commercial" "~4.4.3"
+ "@abp/cropperjs" "~5.0.0-beta.2"
+ "@abp/uppy" "~5.0.0-beta.2"
+ "@volo/abp.aspnetcore.mvc.ui.theme.commercial" "~5.0.0-beta.2"
abortcontroller-polyfill@^1.4.0:
version "1.5.0"
@@ -1368,11 +1194,6 @@ es6-iterator@^2.0.1, es6-iterator@^2.0.3, es6-iterator@~2.0.3:
es5-ext "^0.10.35"
es6-symbol "^3.1.1"
-es6-object-assign@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
- integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
-
es6-symbol@^3.1.1, es6-symbol@~3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
@@ -2642,11 +2463,6 @@ process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
-promise-polyfill@^6.0.2:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-6.1.0.tgz#dfa96943ea9c121fca4de9b5868cb39d3472e057"
- integrity sha1-36lpQ+qcEh/KTem1hoyznTRy4Fc=
-
proper-lockfile@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-2.0.1.tgz#159fb06193d32003f4b3691dd2ec1a634aa80d1d"
@@ -3073,14 +2889,6 @@ sweetalert2@^11.0.18:
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.1.7.tgz#0ff2851eae77a76a3fe0ab289d3c32493e811b6d"
integrity sha512-7MHQVtKCTORfA9e58g9ZOfT3X58DkSBtvoCQJnqSHobXXb5C7aB8Yg/tAccTFnefCUBU41PoStjXMkzG3bNeig==
-sweetalert@^2.1.2:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/sweetalert/-/sweetalert-2.1.2.tgz#010baaa80d0dbdc86f96bfcaa96b490728594b79"
- integrity sha512-iWx7X4anRBNDa/a+AdTmvAzQtkN1+s4j/JJRWlHpYE8Qimkohs8/XnFcWeYHH2lMA8LRCa5tj2d244If3S/hzA==
- dependencies:
- es6-object-assign "^1.1.0"
- promise-polyfill "^6.0.2"
-
through2-filter@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.0.0.tgz#700e786df2367c2c88cd8aa5be4cf9c1e7831254"
diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj b/apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj
index 82cbb4b6..c8e4799b 100644
--- a/apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj
+++ b/apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbp.PublicWeb.csproj
@@ -3,14 +3,28 @@
net6.0
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Always
@@ -20,28 +34,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/package.json b/apps/public-web/src/EShopOnAbp.PublicWeb/package.json
index b1d9804f..3ccc36c3 100644
--- a/apps/public-web/src/EShopOnAbp.PublicWeb/package.json
+++ b/apps/public-web/src/EShopOnAbp.PublicWeb/package.json
@@ -3,6 +3,6 @@
"name": "EShopOnAbpPublicWeb",
"private": true,
"dependencies": {
- "@abp/aspnetcore.mvc.ui.theme.basic": "~5.0.0-beta.1"
+ "@abp/aspnetcore.mvc.ui.theme.basic": "^5.0.0-beta.2"
}
}
\ No newline at end of file
diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js b/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
index 1fee6e79..d7b5d2d9 100644
--- a/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
+++ b/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/libs/select2/js/select2-bootstrap-modal-patch.js
@@ -1,4 +1,6 @@
/*
https://select2.org/troubleshooting/common-problems
*/
-$.fn.modal.Constructor.prototype._enforceFocus = function () { };
\ No newline at end of file
+if ($.fn.modal) {
+ $.fn.modal.Constructor.prototype._enforceFocus = function () { };
+}
diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock b/apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock
index 5f7f660e..d2d77766 100644
--- a/apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock
+++ b/apps/public-web/src/EShopOnAbp.PublicWeb/yarn.lock
@@ -2,37 +2,37 @@
# yarn lockfile v1
-"@abp/aspnetcore.mvc.ui.theme.basic@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.0.0-beta.1.tgz#2c78c2bd977a67f6c2ed77cfcd404cf9533eaaae"
- integrity sha512-b8Boztxd5NbaDlXQvgHXHtw8ZNgM4tEgo14kw/bN3mcLx05fWLGd8Lzfdi7i+Ju6U3rKbgi+0MSbga93A0KSmg==
- dependencies:
- "@abp/aspnetcore.mvc.ui.theme.shared" "~5.0.0-beta.1"
-
-"@abp/aspnetcore.mvc.ui.theme.shared@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.0.0-beta.1.tgz#25596652bb3f7b6bac5bbd966a731144cd9646c6"
- integrity sha512-N4SHu6rn8alK4jdve00IscngrfvqJNEjrwQclXNmP9c4NtPuVM9emZdxBzKF8jFb6Hz8HiwM9H3xV/SjKCS/7A==
- dependencies:
- "@abp/aspnetcore.mvc.ui" "~5.0.0-beta.1"
- "@abp/bootstrap" "~5.0.0-beta.1"
- "@abp/bootstrap-datepicker" "~5.0.0-beta.1"
- "@abp/datatables.net-bs4" "~5.0.0-beta.1"
- "@abp/font-awesome" "~5.0.0-beta.1"
- "@abp/jquery-form" "~5.0.0-beta.1"
- "@abp/jquery-validation-unobtrusive" "~5.0.0-beta.1"
- "@abp/lodash" "~5.0.0-beta.1"
- "@abp/luxon" "~5.0.0-beta.1"
- "@abp/malihu-custom-scrollbar-plugin" "~5.0.0-beta.1"
- "@abp/select2" "~5.0.0-beta.1"
- "@abp/sweetalert2" "~5.0.0-beta.1"
- "@abp/timeago" "~5.0.0-beta.1"
- "@abp/toastr" "~5.0.0-beta.1"
-
-"@abp/aspnetcore.mvc.ui@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.0.0-beta.1.tgz#30c14386899596bf91e8871810dbaa1a0e51e996"
- integrity sha512-pabiGHghC62eg95RfAncEt0+yGdBxdMmyqCXV+Be4JjaMz/hGZIDOPIYnaqCayZtyMmIRqG6IAwi99DqBjkQAQ==
+"@abp/aspnetcore.mvc.ui.theme.basic@^5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.0.0-beta.2.tgz#077d1edd88f2f1ccb5c8227180a75e3121eece19"
+ integrity sha512-b7f05Fza18NYHudrHosYuCX/UJ/Y3KYJrJMHqdvAsZYu0t3dc7EMWKYTDA/+rDEO8iV/83twRYfHLf0tmVyc1Q==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui.theme.shared" "~5.0.0-beta.2"
+
+"@abp/aspnetcore.mvc.ui.theme.shared@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.0.0-beta.2.tgz#8c58d252f1a39f91c2c287b91691e5bd772f4918"
+ integrity sha512-l4suGM7PjGTw/MEg2f2BdbRXYzALhZQUSijzKIQTy5dwcA/JQPsLbezPzGy45fD3lXsYxBwS4QaOmofTosKkug==
+ dependencies:
+ "@abp/aspnetcore.mvc.ui" "~5.0.0-beta.2"
+ "@abp/bootstrap" "~5.0.0-beta.2"
+ "@abp/bootstrap-datepicker" "~5.0.0-beta.2"
+ "@abp/datatables.net-bs4" "~5.0.0-beta.2"
+ "@abp/font-awesome" "~5.0.0-beta.2"
+ "@abp/jquery-form" "~5.0.0-beta.2"
+ "@abp/jquery-validation-unobtrusive" "~5.0.0-beta.2"
+ "@abp/lodash" "~5.0.0-beta.2"
+ "@abp/luxon" "~5.0.0-beta.2"
+ "@abp/malihu-custom-scrollbar-plugin" "~5.0.0-beta.2"
+ "@abp/select2" "~5.0.0-beta.2"
+ "@abp/sweetalert2" "~5.0.0-beta.2"
+ "@abp/timeago" "~5.0.0-beta.2"
+ "@abp/toastr" "~5.0.0-beta.2"
+
+"@abp/aspnetcore.mvc.ui@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.0.0-beta.2.tgz#c30d9905e133451208e379f7173ed9c44dd5f487"
+ integrity sha512-8Dzfg5SzeVoXz/nY11o2u3y7ZQdUW/zVSYVTgbsCMC1HCe2yzptpr2XI0Goz8jQKgz0G+zg3iwfeur7vNoaoMw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@@ -41,145 +41,145 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
-"@abp/bootstrap-datepicker@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.0.0-beta.1.tgz#727e0f7305a94c95ece152ffff011bcff621f46d"
- integrity sha512-txhdlJqyO2D9MkGLYgrsiDaC58cb2eCpk2uxoqqQeVWvuRPo/L+9rCBk+bu6J37FGJtU8aabtHJyR5xnYbv0TQ==
+"@abp/bootstrap-datepicker@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.0.0-beta.2.tgz#dbf92485225a424f0e53e55c3ef8c993943682f0"
+ integrity sha512-jJWVKrkKcUMEqwBrEqhGD1zDFD8b0b3j0WdlzKuzlw26AaQkfE4LQ9Gjfjs+RnTW1LxPn8rGP8QCgdVeWMNjQQ==
dependencies:
bootstrap-datepicker "^1.9.0"
-"@abp/bootstrap@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.0.0-beta.1.tgz#075a15459ff8e3896b6553786e6c8f091c6ffcad"
- integrity sha512-W8z6qSAsRoXmG0++xH6Bk1oRc90hFqVcjKI+5XgBQhUUCn2qBruBYOKFxPg2GeT2f1k9K5TrCEnnVrh0sOP9/A==
+"@abp/bootstrap@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.0.0-beta.2.tgz#0faaa85871fd23076dd597dce83dc3020b1ff950"
+ integrity sha512-zy0DUcAJuX+Oeu4csw7XbyLGq/YdfonMLJt/Mkpq8CjAssD7n7aJK6PwG+akaI4giSQd7Sc1JvvnKRMRzyxy1Q==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
bootstrap "^4.6.0"
bootstrap-v4-rtl "4.6.0-1"
-"@abp/core@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.0.0-beta.1.tgz#6cff06b13529ab9d7a6ddc4e89dc40616e6b7739"
- integrity sha512-TK1CnurJIK/SXfsNTk6HSpxdaJgVxwvqNd4F3fxCC0Uj8s5viD3TAGk39Hkp4909WGfNrRq8BEUNvTYM/rP6gg==
+"@abp/core@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.0.0-beta.2.tgz#f9643d21b19128be3ad58b23083e1fc9620f2102"
+ integrity sha512-AHlJQF5NC+yNsj5xILHk1CF++Z93aQDNp0zdJciDqIexH9lEJ+AQCX2EKLn0yjWt4Ga00pOOmQM5vJVJjuJCEw==
dependencies:
- "@abp/utils" "^5.0.0-beta.1"
+ "@abp/utils" "^5.0.0-beta.2"
-"@abp/datatables.net-bs4@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-5.0.0-beta.1.tgz#110d7d8cf1c15db7432d8f0649f4317ba8de10dd"
- integrity sha512-CPodZP9pqLdwnFZ77/mcSfuhyK1WMi/c+9VWpGXFQSGaABNKPP2UIdAChwUcBRdGkZRa/IhXx3CCr1ZMLpJsMQ==
+"@abp/datatables.net-bs4@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs4/-/datatables.net-bs4-5.0.0-beta.2.tgz#3afb32918f59b55c68d3d37b2c1f0bf49bb06fc8"
+ integrity sha512-t6YserKkBId7KnT46uYaGw6HJrf8tcLp4bJmGyUSnCwVlgJcha/P6fr3pKWqFz9QPGk5riCZF3hK6x1BH9u71g==
dependencies:
- "@abp/datatables.net" "~5.0.0-beta.1"
+ "@abp/datatables.net" "~5.0.0-beta.2"
datatables.net-bs4 "^1.10.21"
-"@abp/datatables.net@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.0.0-beta.1.tgz#8e784a011d33de154554f3239c448fcfd8adb713"
- integrity sha512-mRMYqTCoYLmDLvL+CvmwUS4JqCqdkn6mxHd7zgkaR04xlGLEmNae5aGbs1wURJ86MOWrHbfkx66lQjkul3zbQw==
+"@abp/datatables.net@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.0.0-beta.2.tgz#fc87be76ebec94b16c6734c2249ea8a0a04a83b8"
+ integrity sha512-aEAlej1wNtxsxpwlw2GFOV0tFSZ7MWA+Wpfi5QZ4VIbYHSIkhEnz0apiNMBsoB8i7VJLJKZuKvynlJWYABNk0Q==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
datatables.net "^1.10.21"
-"@abp/font-awesome@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.0.0-beta.1.tgz#3ae721c447a009601226c381a20dc4adabe154e1"
- integrity sha512-fsMqwApogZ1rAogStQxBX/Nh8akXPW/Alm8UayfK6TXIkPPjBz5RQSHfdlosG7M/U3mwUNGcLlaDvQXsE/nqow==
+"@abp/font-awesome@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.0.0-beta.2.tgz#10a920fb20294f7ccd404ea2b302fb11f68f0705"
+ integrity sha512-Mmhfm7g5HdflvqbZOZDKk335IlY8ipwtKsCQ1qRaobsMpWi2AFh6/P/XX7y4H5p0wH5cluUsSzS1QB37QXp36w==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
"@fortawesome/fontawesome-free" "^5.13.0"
-"@abp/jquery-form@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.0.0-beta.1.tgz#d13f4cffce48125547b9da57cfc407f9a35a89e6"
- integrity sha512-RYE90XIDxWkvxO5ukuZ2PHk6aA/o7NQKLcR9WsN1G2xTU/frrNPgtruGRTIj7Nx3BPUeMp7EAN2rYZwglcnO5g==
+"@abp/jquery-form@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.0.0-beta.2.tgz#4b685858d54eafac123995ebfea759c769e49cab"
+ integrity sha512-ekytRAvAUNKJAPiR5i7kxASh5j3D5jabO1GHbPwq6UzapGLMzG5r8s6/1b4eX+4Zorfy+TmERNeUsWvQwf3P1A==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
jquery-form "^4.3.0"
-"@abp/jquery-validation-unobtrusive@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.0.0-beta.1.tgz#93ff6ee92bccdde77816bfb434e967fd142f6b83"
- integrity sha512-LZE1KIALGBCINdWrHzoGczekUFtKwbXbLIgb4ZgiipO5Xja7py/iVvts10QWqUzhnBk+kmbHbj+KnjdqP4Z8pQ==
+"@abp/jquery-validation-unobtrusive@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.0.0-beta.2.tgz#392ab72716baea26e6f560e2369d09f8c5488d3b"
+ integrity sha512-PyiWj0hj5jkjcZ1oJeLXYuoVCIAg51X4y6iLbcb1SpAbqYQP23gilDJK8xkURbysGPMiDq+7tOiKAnGiHSBnWA==
dependencies:
- "@abp/jquery-validation" "~5.0.0-beta.1"
+ "@abp/jquery-validation" "~5.0.0-beta.2"
jquery-validation-unobtrusive "^3.2.11"
-"@abp/jquery-validation@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.0.0-beta.1.tgz#2964ca1266b087e4c4c0e768bfc4bfe0284e4ff5"
- integrity sha512-ZDNdkPy2ZNu0EYDNH20Oh9R3bICCYv9CbEj4zZ8Qavixo9VTkybY3BW0nYjcu1yb1P92gZPp80W8vyfxSo//kw==
+"@abp/jquery-validation@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.0.0-beta.2.tgz#233eda5998ae566daeb945d8508999da2ef75a51"
+ integrity sha512-jKY0yfRgM5RGlJeQCGKkkczx5qptpPkhqWr4x+ffTUzR+ywF9FHUB5zcbELpEyWuOJ9cilap2hga2lvPZ8c+Pg==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
jquery-validation "^1.19.2"
-"@abp/jquery@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.0.0-beta.1.tgz#360e7a164b6b4ce615a5ad91a1c78ef6893648f3"
- integrity sha512-v2t+76L45tlbpGeVR39GurZl60Rj1pR/TdUidpP6zwnpx1Y3I+CvlJNDwTESeE/ixTOT3PyFbXoMEi6hI+v39A==
+"@abp/jquery@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.0.0-beta.2.tgz#62fa64fcc0bd5dca4b5e7534b24205a3f0461f08"
+ integrity sha512-tMzjo9qQAgJDYPvLk67YNlnOOUSTUfPWodlqfl5vvo6/NHSsB9eJhXH28txEtygX0o/Mepi9Ag87dL9VLh0DEw==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
jquery "~3.6.0"
-"@abp/lodash@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.0.0-beta.1.tgz#618797bde42b17f91d7f99fdd5f24cb5e8a361b3"
- integrity sha512-WsUjzHRZ6RkSMd5PTw0oWijDbbq/Wgonv8++ufUZi1WK5spZi9ohjcYM4io3Ms3fG+g4pWznaicYraMpV5tcsQ==
+"@abp/lodash@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.0.0-beta.2.tgz#c821eb502de3211f94ca2f7ba8a5c0b0677c5c9b"
+ integrity sha512-lW8lz1JG8kweVOWVCB7jC6xxLUE0G6MJfwv4g0+eKwFLgsAO5dK6Yk4xZi+UXgST73OgGt5LIQJcS4+aCo/zmg==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
lodash "^4.17.15"
-"@abp/luxon@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.0.0-beta.1.tgz#fc81fcbfb592d3baf7b9856b3cecf5b86df4bfdf"
- integrity sha512-t4lhJ/wr1rAVH1/bnzmc8niZYvolTuXUB0h6A6UYaw205QyNtimzusYkTwkc+Z3xHFUrkLCoG7J2SVoCJuioaA==
+"@abp/luxon@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.0.0-beta.2.tgz#64c68c3091415153c8c470fb3e5650bbc00500d1"
+ integrity sha512-0mSVsycWEo5hamEuR7Mqw00JnVRlhQvpy8Bks58d7bRksIQzK8iPx9advTbP2ICF3iz9zHT9MJrMXYfvUT6oIQ==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
luxon "^1.24.1"
-"@abp/malihu-custom-scrollbar-plugin@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.0.0-beta.1.tgz#7af43d30af9b1f741fd9d9559d100aa4a5c52ae9"
- integrity sha512-B195PC4/75W0EXjGEQUd/ZARb/eGWj8DX7hq3K+J+lUWzWu46dZy8s5bBij78HqxS91/q6nbxU35Z+E9xl6ICg==
+"@abp/malihu-custom-scrollbar-plugin@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.0.0-beta.2.tgz#6c030cfe1e123be0a81f769dedd6a6b22aed9077"
+ integrity sha512-ZEkCMMDKe26b/sCArQjDOGEm8+lQB9Uis17FNyHDt/vA+FdtaPJjeLOqmfzMeLQYppvefH+JCpGzfaWwCNZmcw==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
malihu-custom-scrollbar-plugin "^3.1.5"
-"@abp/select2@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.0.0-beta.1.tgz#15988165fcfed2ebc2b8d097965e2dc1984af35e"
- integrity sha512-SF+NkWDJNz1EeEimW5luaCMPTNN1oPzEWs47usPJo8m7HfijEvF3rymJ8jL5zWIOo05Tx3HUurLSVz0qu4vZsw==
+"@abp/select2@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.0.0-beta.2.tgz#f5e74d56ccdabde61825453044f31fa183573b58"
+ integrity sha512-ApL7ioC4p5GguQM2KfnqtGrJ9TqBRiQh1v+y1J2Z3Lh18SJU+tsA3f9Va9ZyZNIFrpV3Bsmim2cIu7bjm7IBRw==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
select2 "^4.0.13"
-"@abp/sweetalert2@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.0.0-beta.1.tgz#c6a1185f39d3207f67753e7c486eddcefc7fd0da"
- integrity sha512-ADotpiMkIzHLy/ufK0q49V9hgF8oKE0rLRzVZV2dHBpmFR7YRcPdbb5AN9CiXDk6ol8nsocEEAwRmgD3eJG63w==
+"@abp/sweetalert2@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.0.0-beta.2.tgz#164c1df63c2859fa5277673906f85cc8e7e2d1ef"
+ integrity sha512-UdENhKcfywOorjTf4+CxDO8UUet9lYAIDH2r+Kd1qjFKIDDu6w3TfJ7Gz108VG84+RsUevfVLgZ8qeYsA+drKQ==
dependencies:
- "@abp/core" "~5.0.0-beta.1"
+ "@abp/core" "~5.0.0-beta.2"
sweetalert2 "^11.0.18"
-"@abp/timeago@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.0.0-beta.1.tgz#0f7bb8cd85b7e90d7d5c0a0940b9102e3f4f1e42"
- integrity sha512-QwYZyeDRW+X8BGecBcK1SgsClVWNYfPgvct+WkQhTIRxzbP/c1c+1irj69sNdN3df2WLnmjfu3sBw2hzz5ykbg==
+"@abp/timeago@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.0.0-beta.2.tgz#7a6242e6cc403addf172ebf18ffb3513d4b30f21"
+ integrity sha512-wdXaKd0dBJP0mawzHqE04YWUgpUYzq8vJHGH3QGf9RpB+XpMztt1KNHR6d32VylDAEoPEtB7GH4rVvlimKa48g==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
timeago "^1.6.7"
-"@abp/toastr@~5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.0.0-beta.1.tgz#d420fc5db6b15f6d623d3928bb6913996511937f"
- integrity sha512-82LfDrZQagtv4QLb643VTra4pxleOq5xYwhpOK1Ifop2K5CRgElxKfWvY2EtxdGkpCO2arvkOzjRNbxnecHB2w==
+"@abp/toastr@~5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.0.0-beta.2.tgz#924f5315d3ade6ee41869d8809b625116c5b02f1"
+ integrity sha512-iqmgO/8AwORzYKf/43+Fx/478la0w+g+mrDahzokPlZFv6WUvFL3QSD/fs1mjc2yUOxEuvgprEiEfWoZcrwtNA==
dependencies:
- "@abp/jquery" "~5.0.0-beta.1"
+ "@abp/jquery" "~5.0.0-beta.2"
toastr "^2.1.4"
-"@abp/utils@^5.0.0-beta.1":
- version "5.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.0-beta.1.tgz#e1bf9240738276081c89a67073d9d85205fdf14c"
- integrity sha512-suzKxHUautizxt5XdlJ8ONIaVMcAHrb2dp1kEnXnFRW1ip+7ZQ9/nxJj+GtY1MhHX2yPmlUQP2K8f2upJh9aoA==
+"@abp/utils@^5.0.0-beta.2":
+ version "5.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.0.0-beta.2.tgz#4d120c0f930b943071b4ba27dafedf6c8b730182"
+ integrity sha512-EZV1P+eafVBEHO6B+Ws6iX4xyeg8B6nCPLvpaFC6mStk7SGidh2rAYYWyydyh68Ky8YdbLYQE3oPaIewOhDWTg==
dependencies:
just-compare "^1.3.0"
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj b/services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj
index 93532fcb..06b9c85e 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.Application.Contracts/EShopOnAbp.AdministrationService.Application.Contracts.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj b/services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj
index b923426f..f8daf35c 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.Application/EShopOnAbp.AdministrationService.Application.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj b/services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj
index 3afaea58..d0966243 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.Domain.Shared/EShopOnAbp.AdministrationService.Domain.Shared.csproj
@@ -7,14 +7,14 @@
-
+
-
-
-
-
+
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj b/services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj
index 8a781f41..83245074 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.Domain/EShopOnAbp.AdministrationService.Domain.csproj
@@ -10,12 +10,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj b/services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj
index b312a680..65e8cbe4 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.EntityFrameworkCore/EShopOnAbp.AdministrationService.EntityFrameworkCore.csproj
@@ -6,19 +6,19 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj
index 27140ae7..29a4d997 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Client/EShopOnAbp.AdministrationService.HttpApi.Client.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj
index e9fc35dc..476c4860 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/EShopOnAbp.AdministrationService.HttpApi.Host.csproj
@@ -7,16 +7,16 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
+
+
+
+
diff --git a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj
index a26486a5..fd3bed46 100644
--- a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj
+++ b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi/EShopOnAbp.AdministrationService.HttpApi.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj b/services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj
index 6622994c..334dcdb1 100644
--- a/services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj
+++ b/services/administration/test/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests/EShopOnAbp.AdministrationService.EntityFrameworkCore.Tests.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj b/services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj
index 1dd01683..2331afec 100644
--- a/services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj
+++ b/services/administration/test/EShopOnAbp.AdministrationService.TestBase/EShopOnAbp.AdministrationService.TestBase.csproj
@@ -5,9 +5,9 @@
-
-
-
+
+
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.Application.Contracts/EShopOnAbp.BasketService.Application.Contracts.csproj b/services/basket/src/EShopOnAbp.BasketService.Application.Contracts/EShopOnAbp.BasketService.Application.Contracts.csproj
index 34df95cf..b065b98e 100644
--- a/services/basket/src/EShopOnAbp.BasketService.Application.Contracts/EShopOnAbp.BasketService.Application.Contracts.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.Application.Contracts/EShopOnAbp.BasketService.Application.Contracts.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.Application/EShopOnAbp.BasketService.Application.csproj b/services/basket/src/EShopOnAbp.BasketService.Application/EShopOnAbp.BasketService.Application.csproj
index 4115bcd4..8b43963d 100644
--- a/services/basket/src/EShopOnAbp.BasketService.Application/EShopOnAbp.BasketService.Application.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.Application/EShopOnAbp.BasketService.Application.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.Domain.Shared/EShopOnAbp.BasketService.Domain.Shared.csproj b/services/basket/src/EShopOnAbp.BasketService.Domain.Shared/EShopOnAbp.BasketService.Domain.Shared.csproj
index e3dcf348..0e7c2f6c 100644
--- a/services/basket/src/EShopOnAbp.BasketService.Domain.Shared/EShopOnAbp.BasketService.Domain.Shared.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.Domain.Shared/EShopOnAbp.BasketService.Domain.Shared.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.Domain/EShopOnAbp.BasketService.Domain.csproj b/services/basket/src/EShopOnAbp.BasketService.Domain/EShopOnAbp.BasketService.Domain.csproj
index effd4663..215dc225 100644
--- a/services/basket/src/EShopOnAbp.BasketService.Domain/EShopOnAbp.BasketService.Domain.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.Domain/EShopOnAbp.BasketService.Domain.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.HttpApi.Client/EShopOnAbp.BasketService.HttpApi.Client.csproj b/services/basket/src/EShopOnAbp.BasketService.HttpApi.Client/EShopOnAbp.BasketService.HttpApi.Client.csproj
index 06af9966..7363ea9c 100644
--- a/services/basket/src/EShopOnAbp.BasketService.HttpApi.Client/EShopOnAbp.BasketService.HttpApi.Client.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.HttpApi.Client/EShopOnAbp.BasketService.HttpApi.Client.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/basket/src/EShopOnAbp.BasketService.HttpApi/EShopOnAbp.BasketService.HttpApi.csproj b/services/basket/src/EShopOnAbp.BasketService.HttpApi/EShopOnAbp.BasketService.HttpApi.csproj
index b3caff61..446e1cb4 100644
--- a/services/basket/src/EShopOnAbp.BasketService.HttpApi/EShopOnAbp.BasketService.HttpApi.csproj
+++ b/services/basket/src/EShopOnAbp.BasketService.HttpApi/EShopOnAbp.BasketService.HttpApi.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/basket/test/EShopOnAbp.BasketService.EntityFrameworkCore.Tests/EShopOnAbp.BasketService.EntityFrameworkCore.Tests.csproj b/services/basket/test/EShopOnAbp.BasketService.EntityFrameworkCore.Tests/EShopOnAbp.BasketService.EntityFrameworkCore.Tests.csproj
index 2117ba35..cea4da3b 100644
--- a/services/basket/test/EShopOnAbp.BasketService.EntityFrameworkCore.Tests/EShopOnAbp.BasketService.EntityFrameworkCore.Tests.csproj
+++ b/services/basket/test/EShopOnAbp.BasketService.EntityFrameworkCore.Tests/EShopOnAbp.BasketService.EntityFrameworkCore.Tests.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/services/basket/test/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp.csproj b/services/basket/test/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp.csproj
index 6c184840..08207a00 100644
--- a/services/basket/test/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp.csproj
+++ b/services/basket/test/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.BasketService.HttpApi.Client.ConsoleTestApp.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/services/basket/test/EShopOnAbp.BasketService.TestBase/EShopOnAbp.BasketService.TestBase.csproj b/services/basket/test/EShopOnAbp.BasketService.TestBase/EShopOnAbp.BasketService.TestBase.csproj
index fd68828f..02ad5e36 100644
--- a/services/basket/test/EShopOnAbp.BasketService.TestBase/EShopOnAbp.BasketService.TestBase.csproj
+++ b/services/basket/test/EShopOnAbp.BasketService.TestBase/EShopOnAbp.BasketService.TestBase.csproj
@@ -8,9 +8,9 @@
-
-
-
+
+
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.Application.Contracts/EShopOnAbp.CatalogService.Application.Contracts.csproj b/services/catalog/src/EShopOnAbp.CatalogService.Application.Contracts/EShopOnAbp.CatalogService.Application.Contracts.csproj
index ea927ba1..cb747838 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.Application.Contracts/EShopOnAbp.CatalogService.Application.Contracts.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.Application.Contracts/EShopOnAbp.CatalogService.Application.Contracts.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.Application/EShopOnAbp.CatalogService.Application.csproj b/services/catalog/src/EShopOnAbp.CatalogService.Application/EShopOnAbp.CatalogService.Application.csproj
index 075b1252..a1bb8507 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.Application/EShopOnAbp.CatalogService.Application.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.Application/EShopOnAbp.CatalogService.Application.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.Domain.Shared/EShopOnAbp.CatalogService.Domain.Shared.csproj b/services/catalog/src/EShopOnAbp.CatalogService.Domain.Shared/EShopOnAbp.CatalogService.Domain.Shared.csproj
index 83acf82b..791705ee 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.Domain.Shared/EShopOnAbp.CatalogService.Domain.Shared.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.Domain.Shared/EShopOnAbp.CatalogService.Domain.Shared.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.Domain/EShopOnAbp.CatalogService.Domain.csproj b/services/catalog/src/EShopOnAbp.CatalogService.Domain/EShopOnAbp.CatalogService.Domain.csproj
index 6f4f0a19..149f5c27 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.Domain/EShopOnAbp.CatalogService.Domain.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.Domain/EShopOnAbp.CatalogService.Domain.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.EntityFrameworkCore/EShopOnAbp.CatalogService.EntityFrameworkCore.csproj b/services/catalog/src/EShopOnAbp.CatalogService.EntityFrameworkCore/EShopOnAbp.CatalogService.EntityFrameworkCore.csproj
index 1a240394..1edca607 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.EntityFrameworkCore/EShopOnAbp.CatalogService.EntityFrameworkCore.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.EntityFrameworkCore/EShopOnAbp.CatalogService.EntityFrameworkCore.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Client/EShopOnAbp.CatalogService.HttpApi.Client.csproj b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Client/EShopOnAbp.CatalogService.HttpApi.Client.csproj
index b1bf5614..7fdf29d2 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Client/EShopOnAbp.CatalogService.HttpApi.Client.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Client/EShopOnAbp.CatalogService.HttpApi.Client.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/EShopOnAbp.CatalogService.HttpApi.Host.csproj b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/EShopOnAbp.CatalogService.HttpApi.Host.csproj
index 76b13b19..5024ad55 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/EShopOnAbp.CatalogService.HttpApi.Host.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/EShopOnAbp.CatalogService.HttpApi.Host.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi/EShopOnAbp.CatalogService.HttpApi.csproj b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi/EShopOnAbp.CatalogService.HttpApi.csproj
index 4309057e..17a9093e 100644
--- a/services/catalog/src/EShopOnAbp.CatalogService.HttpApi/EShopOnAbp.CatalogService.HttpApi.csproj
+++ b/services/catalog/src/EShopOnAbp.CatalogService.HttpApi/EShopOnAbp.CatalogService.HttpApi.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/catalog/test/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests.csproj b/services/catalog/test/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests.csproj
index 4bd6a924..db0600fe 100644
--- a/services/catalog/test/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests.csproj
+++ b/services/catalog/test/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests/EShopOnAbp.CatalogService.EntityFrameworkCore.Tests.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/services/catalog/test/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp.csproj b/services/catalog/test/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp.csproj
index 18bb15b7..3af3a3fc 100644
--- a/services/catalog/test/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp.csproj
+++ b/services/catalog/test/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.CatalogService.HttpApi.Client.ConsoleTestApp.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/services/catalog/test/EShopOnAbp.CatalogService.TestBase/EShopOnAbp.CatalogService.TestBase.csproj b/services/catalog/test/EShopOnAbp.CatalogService.TestBase/EShopOnAbp.CatalogService.TestBase.csproj
index f6cc6f10..2c627dcb 100644
--- a/services/catalog/test/EShopOnAbp.CatalogService.TestBase/EShopOnAbp.CatalogService.TestBase.csproj
+++ b/services/catalog/test/EShopOnAbp.CatalogService.TestBase/EShopOnAbp.CatalogService.TestBase.csproj
@@ -8,9 +8,9 @@
-
-
-
+
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj b/services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj
index 47eae2b5..170a9483 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.Application.Contracts/EShopOnAbp.IdentityService.Application.Contracts.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj b/services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj
index 7b962d30..626e51d6 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.Application/EShopOnAbp.IdentityService.Application.csproj
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj b/services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj
index a53ca62b..47f771d3 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.Domain.Shared/EShopOnAbp.IdentityService.Domain.Shared.csproj
@@ -6,12 +6,12 @@
-
+
-
-
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj b/services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj
index 36259867..dcf27f56 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.Domain/EShopOnAbp.IdentityService.Domain.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj b/services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj
index 7d565779..18b0d148 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.EntityFrameworkCore/EShopOnAbp.IdentityService.EntityFrameworkCore.csproj
@@ -6,7 +6,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj
index 0fddd41a..2817d504 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Client/EShopOnAbp.IdentityService.HttpApi.Client.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/EShopOnAbp.IdentityService.HttpApi.Host.csproj b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/EShopOnAbp.IdentityService.HttpApi.Host.csproj
index c3b1a16f..98858afd 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/EShopOnAbp.IdentityService.HttpApi.Host.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/EShopOnAbp.IdentityService.HttpApi.Host.csproj
@@ -6,8 +6,7 @@
-
- all
+
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -26,351 +25,5 @@
-
-
- <_ContentIncludedByDefault Remove="wwwroot\global-styles.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\css\all.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\css\v4-shims.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-brands-400.eot" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-brands-400.svg" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-brands-400.ttf" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-brands-400.woff" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-brands-400.woff2" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-regular-400.eot" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-regular-400.svg" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-regular-400.ttf" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-regular-400.woff" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-regular-400.woff2" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-solid-900.eot" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-solid-900.svg" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-solid-900.ttf" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-solid-900.woff" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\@fortawesome\fontawesome-free\webfonts\fa-solid-900.woff2" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\core\abp.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\core\abp.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\jquery\abp.jquery.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\luxon\abp.luxon.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\utils\abp-utils.umd.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\utils\abp-utils.umd.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\utils\abp-utils.umd.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\abp\utils\abp-utils.umd.min.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\bootstrap-datepicker.css.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\bootstrap-datepicker.min.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\bootstrap-datepicker.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker-en-CA.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ar-tn.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ar.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.az.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.bg.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.bm.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.bn.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.br.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.bs.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ca.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.cs.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.cy.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.da.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.de.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.el.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-AU.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-CA.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-GB.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-IE.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-NZ.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.en-ZA.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.eo.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.es.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.et.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.eu.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.fa.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.fi.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.fo.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.fr-CH.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.fr.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.gl.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.he.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.hi.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.hr.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.hu.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.hy.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.id.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.is.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.it-CH.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.it.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ja.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ka.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.kh.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.kk.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.km.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ko.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.kr.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.lt.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.lv.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.me.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.mk.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.mn.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ms.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.nl-BE.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.nl.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.no.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.oc.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.pl.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.pt-BR.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.pt.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ro.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.rs-latin.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.rs.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ru.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.si.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sk.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sl.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sq.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sr-latin.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sr.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sv.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.sw.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.ta.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.tg.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.th.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.tk.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.tr.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.uk.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.uz-cyrl.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.uz-latn.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.vi.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.zh-CN.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap-datepicker\locales\bootstrap-datepicker.zh-TW.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap-rtl.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap-rtl.css.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap-rtl.min.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap-rtl.min.css.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap.css.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap.min.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\css\bootstrap.min.css.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\js\bootstrap.bundle.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\js\bootstrap.bundle.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\js\bootstrap.bundle.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\bootstrap\js\bootstrap.bundle.min.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\datatables.net-bs4\css\dataTables.bootstrap4.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\datatables.net-bs4\js\dataTables.bootstrap4.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\datatables.net\js\jquery.dataTables.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-form\jquery.form.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-form\jquery.form.min.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\jquery.validate.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ar.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_az.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_bg.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_bn_BD.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ca.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_cs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_da.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_de.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_el.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_es.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_es_AR.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_es_PE.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_et.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_eu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_fa.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_fi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_fr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ge.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_gl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_he.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_hr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_hu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_hy_AM.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_id.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_is.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_it.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ja.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ka.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_kk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ko.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_lt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_lv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_mk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_my.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_nl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_no.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_pl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_pt_BR.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_pt_PT.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ro.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ru.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sd.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_si.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sr_lat.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_sv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_th.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_tj.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_tr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_uk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_ur.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_vi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_zh.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\messages_zh_TW.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\methods_de.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\methods_es_CL.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\methods_fi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\methods_nl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery-validation\localization\methods_pt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\jquery\jquery.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\lodash\lodash.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\luxon\luxon.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\luxon\luxon.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\luxon\luxon.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\luxon\luxon.min.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\jquery.mCustomScrollbar.concat.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\jquery.mCustomScrollbar.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\jquery.mCustomScrollbar.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\mCSB_buttons.png" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\package.json" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\malihu-custom-scrollbar-plugin\readme.md" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\css\select2.min.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\af.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ar.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\az.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\bg.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\bn.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\bs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ca.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\cs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\da.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\de.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\dsb.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\el.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\en.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\es.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\et.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\eu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\fa.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\fi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\fr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\gl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\he.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\hi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\hr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\hsb.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\hu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\hy.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\id.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\is.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\it.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ja.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ka.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\km.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ko.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\lt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\lv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\mk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ms.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\nb.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ne.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\nl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\pl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ps.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\pt-BR.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\pt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ro.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\ru.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sq.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sr-Cyrl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\sv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\th.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\tk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\tr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\uk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\vi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\zh-CN.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\i18n\zh-TW.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\select2-bootstrap-modal-patch.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\select2.full.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\select2\js\select2.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\sweetalert\sweetalert.min.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\jquery.timeago.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.af.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.am.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ar.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.az-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.az.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.be.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.bg.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.bs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ca.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.cs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.cy.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.da.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.de-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.de.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.dv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.el.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.en-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.en.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.es-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.es.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.et.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.eu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.fa-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.fa.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.fi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.fr-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.fr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.gl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.he.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.hr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.hu.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.hy.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.id.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.is.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.it-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.it.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ja.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.jv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ko.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ky.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.lt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.lv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.mk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.nl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.no.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.pl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.pt-br-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.pt-br.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.pt-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.pt.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ro.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.rs.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ru.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.rw.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.si.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.sk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.sl.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.sq.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.sr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.sv.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.th.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.tr-short.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.tr.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.uk.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.ur.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.uz.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.vi.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.zh-CN.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\jquery.timeago.zh-TW.js" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\timeago\locales\README.md" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\toastr\toastr.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\toastr\toastr.js.map" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\toastr\toastr.min.css" />
- <_ContentIncludedByDefault Remove="wwwroot\libs\toastr\toastr.min.js" />
-
-
+
diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj b/services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj
index c0c3bc84..760450a4 100644
--- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj
+++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi/EShopOnAbp.IdentityService.HttpApi.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj b/services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj
index f0ac2cde..945c3612 100644
--- a/services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj
+++ b/services/identity/test/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests/EShopOnAbp.IdentityService.EntityFrameworkCore.Tests.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj b/services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj
index 9bd2dc3f..c72dab2c 100644
--- a/services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj
+++ b/services/identity/test/EShopOnAbp.IdentityService.TestBase/EShopOnAbp.IdentityService.TestBase.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.Application.Contracts/EShopOnAbp.OrderingService.Application.Contracts.csproj b/services/ordering/src/EShopOnAbp.OrderingService.Application.Contracts/EShopOnAbp.OrderingService.Application.Contracts.csproj
index dbd7eb07..518b1cdf 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.Application.Contracts/EShopOnAbp.OrderingService.Application.Contracts.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.Application.Contracts/EShopOnAbp.OrderingService.Application.Contracts.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.Application/EShopOnAbp.OrderingService.Application.csproj b/services/ordering/src/EShopOnAbp.OrderingService.Application/EShopOnAbp.OrderingService.Application.csproj
index c352dca2..39b139e4 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.Application/EShopOnAbp.OrderingService.Application.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.Application/EShopOnAbp.OrderingService.Application.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.Domain.Shared/EShopOnAbp.OrderingService.Domain.Shared.csproj b/services/ordering/src/EShopOnAbp.OrderingService.Domain.Shared/EShopOnAbp.OrderingService.Domain.Shared.csproj
index e238c380..311a68f3 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.Domain.Shared/EShopOnAbp.OrderingService.Domain.Shared.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.Domain.Shared/EShopOnAbp.OrderingService.Domain.Shared.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.Domain/EShopOnAbp.OrderingService.Domain.csproj b/services/ordering/src/EShopOnAbp.OrderingService.Domain/EShopOnAbp.OrderingService.Domain.csproj
index d213e41d..86088977 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.Domain/EShopOnAbp.OrderingService.Domain.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.Domain/EShopOnAbp.OrderingService.Domain.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.EntityFrameworkCore/EShopOnAbp.OrderingService.EntityFrameworkCore.csproj b/services/ordering/src/EShopOnAbp.OrderingService.EntityFrameworkCore/EShopOnAbp.OrderingService.EntityFrameworkCore.csproj
index 61fb80d3..41acf5c4 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.EntityFrameworkCore/EShopOnAbp.OrderingService.EntityFrameworkCore.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.EntityFrameworkCore/EShopOnAbp.OrderingService.EntityFrameworkCore.csproj
@@ -1,4 +1,4 @@
-
+
@@ -9,7 +9,7 @@
-
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Client/EShopOnAbp.OrderingService.HttpApi.Client.csproj b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Client/EShopOnAbp.OrderingService.HttpApi.Client.csproj
index 0352b247..27e9e75b 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Client/EShopOnAbp.OrderingService.HttpApi.Client.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Client/EShopOnAbp.OrderingService.HttpApi.Client.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/EShopOnAbp.OrderingService.HttpApi.Host.csproj b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/EShopOnAbp.OrderingService.HttpApi.Host.csproj
index 79434b15..a7610d8f 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/EShopOnAbp.OrderingService.HttpApi.Host.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi.Host/EShopOnAbp.OrderingService.HttpApi.Host.csproj
@@ -1,4 +1,4 @@
-
+
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi/EShopOnAbp.OrderingService.HttpApi.csproj b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi/EShopOnAbp.OrderingService.HttpApi.csproj
index 93da1eab..d227847c 100644
--- a/services/ordering/src/EShopOnAbp.OrderingService.HttpApi/EShopOnAbp.OrderingService.HttpApi.csproj
+++ b/services/ordering/src/EShopOnAbp.OrderingService.HttpApi/EShopOnAbp.OrderingService.HttpApi.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/ordering/test/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests.csproj b/services/ordering/test/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests.csproj
index b49efe8b..d0c22871 100644
--- a/services/ordering/test/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests.csproj
+++ b/services/ordering/test/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests/EShopOnAbp.OrderingService.EntityFrameworkCore.Tests.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/services/ordering/test/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp.csproj b/services/ordering/test/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp.csproj
index 884fe289..1f1ee24f 100644
--- a/services/ordering/test/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp.csproj
+++ b/services/ordering/test/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.OrderingService.HttpApi.Client.ConsoleTestApp.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/services/ordering/test/EShopOnAbp.OrderingService.TestBase/EShopOnAbp.OrderingService.TestBase.csproj b/services/ordering/test/EShopOnAbp.OrderingService.TestBase/EShopOnAbp.OrderingService.TestBase.csproj
index f0bdf6fb..e92ad921 100644
--- a/services/ordering/test/EShopOnAbp.OrderingService.TestBase/EShopOnAbp.OrderingService.TestBase.csproj
+++ b/services/ordering/test/EShopOnAbp.OrderingService.TestBase/EShopOnAbp.OrderingService.TestBase.csproj
@@ -14,9 +14,9 @@
-
-
-
+
+
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.Application.Contracts/EShopOnAbp.PaymentService.Application.Contracts.csproj b/services/payment/src/EShopOnAbp.PaymentService.Application.Contracts/EShopOnAbp.PaymentService.Application.Contracts.csproj
index 6ce4b39a..6018ef83 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.Application.Contracts/EShopOnAbp.PaymentService.Application.Contracts.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.Application.Contracts/EShopOnAbp.PaymentService.Application.Contracts.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.Application/EShopOnAbp.PaymentService.Application.csproj b/services/payment/src/EShopOnAbp.PaymentService.Application/EShopOnAbp.PaymentService.Application.csproj
index 87c15c28..aebc6713 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.Application/EShopOnAbp.PaymentService.Application.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.Application/EShopOnAbp.PaymentService.Application.csproj
@@ -1,4 +1,4 @@
-
+
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.Domain.Shared/EShopOnAbp.PaymentService.Domain.Shared.csproj b/services/payment/src/EShopOnAbp.PaymentService.Domain.Shared/EShopOnAbp.PaymentService.Domain.Shared.csproj
index de87538d..5cd3f273 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.Domain.Shared/EShopOnAbp.PaymentService.Domain.Shared.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.Domain.Shared/EShopOnAbp.PaymentService.Domain.Shared.csproj
@@ -1,4 +1,4 @@
-
+
@@ -9,7 +9,7 @@
-
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.Domain/EShopOnAbp.PaymentService.Domain.csproj b/services/payment/src/EShopOnAbp.PaymentService.Domain/EShopOnAbp.PaymentService.Domain.csproj
index 96a20f9e..08712ddb 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.Domain/EShopOnAbp.PaymentService.Domain.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.Domain/EShopOnAbp.PaymentService.Domain.csproj
@@ -1,4 +1,4 @@
-
+
@@ -8,7 +8,7 @@
-
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.EntityFrameworkCore/EShopOnAbp.PaymentService.EntityFrameworkCore.csproj b/services/payment/src/EShopOnAbp.PaymentService.EntityFrameworkCore/EShopOnAbp.PaymentService.EntityFrameworkCore.csproj
index 9fc8d5fd..c4a3ccca 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.EntityFrameworkCore/EShopOnAbp.PaymentService.EntityFrameworkCore.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.EntityFrameworkCore/EShopOnAbp.PaymentService.EntityFrameworkCore.csproj
@@ -1,4 +1,4 @@
-
+
@@ -9,7 +9,7 @@
-
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Client/EShopOnAbp.PaymentService.HttpApi.Client.csproj b/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Client/EShopOnAbp.PaymentService.HttpApi.Client.csproj
index 7fe1af2d..fe175183 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Client/EShopOnAbp.PaymentService.HttpApi.Client.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Client/EShopOnAbp.PaymentService.HttpApi.Client.csproj
@@ -1,4 +1,4 @@
-
+
@@ -8,7 +8,7 @@
-
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/EShopOnAbp.PaymentService.HttpApi.Host.csproj b/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/EShopOnAbp.PaymentService.HttpApi.Host.csproj
index c1c7f3e1..405c7a06 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/EShopOnAbp.PaymentService.HttpApi.Host.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/EShopOnAbp.PaymentService.HttpApi.Host.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/services/payment/src/EShopOnAbp.PaymentService.HttpApi/EShopOnAbp.PaymentService.HttpApi.csproj b/services/payment/src/EShopOnAbp.PaymentService.HttpApi/EShopOnAbp.PaymentService.HttpApi.csproj
index 9c5888d6..01f8407d 100644
--- a/services/payment/src/EShopOnAbp.PaymentService.HttpApi/EShopOnAbp.PaymentService.HttpApi.csproj
+++ b/services/payment/src/EShopOnAbp.PaymentService.HttpApi/EShopOnAbp.PaymentService.HttpApi.csproj
@@ -1,4 +1,4 @@
-
+
@@ -8,7 +8,7 @@
-
+
diff --git a/services/payment/test/EShopOnAbp.PaymentService.Application.Tests/EShopOnAbp.PaymentService.Application.Tests.csproj b/services/payment/test/EShopOnAbp.PaymentService.Application.Tests/EShopOnAbp.PaymentService.Application.Tests.csproj
index 110632e8..e68c6249 100644
--- a/services/payment/test/EShopOnAbp.PaymentService.Application.Tests/EShopOnAbp.PaymentService.Application.Tests.csproj
+++ b/services/payment/test/EShopOnAbp.PaymentService.Application.Tests/EShopOnAbp.PaymentService.Application.Tests.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/services/payment/test/EShopOnAbp.PaymentService.Domain.Tests/EShopOnAbp.PaymentService.Domain.Tests.csproj b/services/payment/test/EShopOnAbp.PaymentService.Domain.Tests/EShopOnAbp.PaymentService.Domain.Tests.csproj
index feb9fd14..5a3199d5 100644
--- a/services/payment/test/EShopOnAbp.PaymentService.Domain.Tests/EShopOnAbp.PaymentService.Domain.Tests.csproj
+++ b/services/payment/test/EShopOnAbp.PaymentService.Domain.Tests/EShopOnAbp.PaymentService.Domain.Tests.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/services/payment/test/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests.csproj b/services/payment/test/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests.csproj
index 1b92399b..4ddb42c4 100644
--- a/services/payment/test/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests.csproj
+++ b/services/payment/test/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests/EShopOnAbp.PaymentService.EntityFrameworkCore.Tests.csproj
@@ -1,4 +1,4 @@
-
+
@@ -12,7 +12,7 @@
-
+
diff --git a/services/payment/test/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp.csproj b/services/payment/test/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp.csproj
index d18fdb86..2559f0cf 100644
--- a/services/payment/test/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp.csproj
+++ b/services/payment/test/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.PaymentService.HttpApi.Client.ConsoleTestApp.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/services/payment/test/EShopOnAbp.PaymentService.TestBase/EShopOnAbp.PaymentService.TestBase.csproj b/services/payment/test/EShopOnAbp.PaymentService.TestBase/EShopOnAbp.PaymentService.TestBase.csproj
index 3bc97cd7..7c9b3ae7 100644
--- a/services/payment/test/EShopOnAbp.PaymentService.TestBase/EShopOnAbp.PaymentService.TestBase.csproj
+++ b/services/payment/test/EShopOnAbp.PaymentService.TestBase/EShopOnAbp.PaymentService.TestBase.csproj
@@ -1,4 +1,4 @@
-
+
@@ -14,9 +14,9 @@
-
-
-
+
+
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj b/services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj
index 26f3610d..a14541f9 100644
--- a/services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.Application.Contracts/EShopOnAbp.SaasService.Application.Contracts.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj b/services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj
index 02c914db..6c3fba40 100644
--- a/services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.Application/EShopOnAbp.SaasService.Application.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj b/services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj
index ae80715b..268b15d4 100644
--- a/services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.Blazor/EShopOnAbp.SaasService.Blazor.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj b/services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj
index 10c19f98..1b808f21 100644
--- a/services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.Domain.Shared/EShopOnAbp.SaasService.Domain.Shared.csproj
@@ -9,11 +9,11 @@
-
+
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj b/services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj
index 7ee7df1f..0ce4d7a1 100644
--- a/services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.Domain/EShopOnAbp.SaasService.Domain.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj b/services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj
index 5b07aa6c..99dc00a6 100644
--- a/services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.EntityFrameworkCore/EShopOnAbp.SaasService.EntityFrameworkCore.csproj
@@ -8,14 +8,14 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj b/services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj
index 72ad00de..ab719ad0 100644
--- a/services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.HttpApi.Client/EShopOnAbp.SaasService.HttpApi.Client.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/saas/src/EShopOnAbp.SaasService.HttpApi.Host/EShopOnAbp.SaasService.HttpApi.Host.csproj b/services/saas/src/EShopOnAbp.SaasService.HttpApi.Host/EShopOnAbp.SaasService.HttpApi.Host.csproj
index cc63d851..9e97e40a 100644
--- a/services/saas/src/EShopOnAbp.SaasService.HttpApi.Host/EShopOnAbp.SaasService.HttpApi.Host.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.HttpApi.Host/EShopOnAbp.SaasService.HttpApi.Host.csproj
@@ -8,8 +8,7 @@
-
- all
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj b/services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj
index c41021e1..2dc667b3 100644
--- a/services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj
+++ b/services/saas/src/EShopOnAbp.SaasService.HttpApi/EShopOnAbp.SaasService.HttpApi.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj b/services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj
index abb6666d..75609a69 100644
--- a/services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj
+++ b/services/saas/test/EShopOnAbp.SaasService.EntityFrameworkCore.Tests/EShopOnAbp.SaasService.EntityFrameworkCore.Tests.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj b/services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj
index 7feb1dac..4117a146 100644
--- a/services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj
+++ b/services/saas/test/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp/EShopOnAbp.SaasService.HttpApi.Client.ConsoleTestApp.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj b/services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj
index d78b1552..2be50af6 100644
--- a/services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj
+++ b/services/saas/test/EShopOnAbp.SaasService.TestBase/EShopOnAbp.SaasService.TestBase.csproj
@@ -12,9 +12,9 @@
-
-
-
+
+
+
diff --git a/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj b/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj
index 78d9f098..2ceafacb 100644
--- a/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj
+++ b/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj b/shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj
index 2621e58c..f4163f23 100644
--- a/shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj
+++ b/shared/EShopOnAbp.Shared.Hosting.Gateways/EShopOnAbp.Shared.Hosting.Gateways.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj b/shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj
index 8edbb281..9f6d1396 100644
--- a/shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj
+++ b/shared/EShopOnAbp.Shared.Hosting.Microservices/EShopOnAbp.Shared.Hosting.Microservices.csproj
@@ -9,16 +9,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj b/shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj
index ce0fdce5..70d6b1c4 100644
--- a/shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj
+++ b/shared/EShopOnAbp.Shared.Hosting/EShopOnAbp.Shared.Hosting.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj b/shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj
index e5bbb3df..430d60c3 100644
--- a/shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj
+++ b/shared/EShopOnAbp.Shared.Localization/EShopOnAbp.Shared.Localization.csproj
@@ -7,8 +7,8 @@
-
-
+
+