diff --git a/Directory.Packages.props b/Directory.Packages.props
index 68abe97b8..fcb44d78d 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -3,16 +3,16 @@
8.3.2
2.15.1
3.3.5
- 9.1.1
- 9.1.1
- 9.0.2
- 9.0.2
- 9.0.2
+ 9.1.3
+ 9.1.3
+ 9.0.0
+ 9.0.0
+ 9.0.0
true
-
+
@@ -150,7 +150,7 @@
-
+
diff --git a/aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs b/aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs
index b3385abe6..a15153baf 100644
--- a/aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs
+++ b/aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs
@@ -27,7 +27,7 @@ public class IdempotentKeyNormalizer : IIdempotentKeyNormalizer, ITransientDepen
if (context.Method.IsDefined(typeof(IdempotentAttribute)))
{
var attr = context.Method.GetCustomAttribute();
- if (!attr.IdempotentKey.IsNullOrWhiteSpace())
+ if (!attr!.IdempotentKey.IsNullOrWhiteSpace())
{
return attr.IdempotentKey!;
}
diff --git a/aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj b/aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj
index 3092d4949..d34afac78 100644
--- a/aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj
+++ b/aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj
@@ -13,7 +13,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj b/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj
index 84a57b792..7a91d9478 100644
--- a/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj
+++ b/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj
@@ -8,7 +8,6 @@
-
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj
index c7882b69b..31766ec98 100644
--- a/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj
@@ -20,7 +20,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj
index 5de0b4790..aee661a35 100644
--- a/aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj
@@ -18,7 +18,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj
index 507e14c1b..9b29af2bf 100644
--- a/aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj
@@ -18,7 +18,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj
index 4e14003cb..db15ceaf9 100644
--- a/aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj
@@ -18,7 +18,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj
index fabc2df56..d5af85747 100644
--- a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj
@@ -18,7 +18,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj
index 5e0c8b594..5922f91c3 100644
--- a/aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj
@@ -18,7 +18,6 @@
-
diff --git a/aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj
index 9f3a1074d..f5f133cc7 100644
--- a/aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj
+++ b/aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj
@@ -17,7 +17,6 @@
-
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json
index 43a9ef871..4c6527801 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json
@@ -50,6 +50,7 @@
"ProfileTab:TwoFactor": "TwoFactor",
"ProfileTab:Authenticator": "Authenticator",
"ProfileTab:SecurityLog": "Security Log",
- "PhoneNumberChangedMessage": "Your mobile number has been successfully changed."
+ "PhoneNumberChangedMessage": "Your mobile number has been successfully changed.",
+ "SecurityLogs": "Security Logs"
}
}
\ No newline at end of file
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json
index 7800b78e6..86f3b2b45 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json
@@ -50,6 +50,7 @@
"ProfileTab:TwoFactor": "双因素身份验证",
"ProfileTab:Authenticator": "身份验证程序",
"ProfileTab:SecurityLog": "安全日志",
- "PhoneNumberChangedMessage": "您的手机号码已成功更改."
+ "PhoneNumberChangedMessage": "您的手机号码已成功更改.",
+ "SecurityLogs": "安全日志"
}
}
\ No newline at end of file
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj
index 4d7cb71ec..f771d7670 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj
@@ -11,7 +11,6 @@
false
false
LINGYUN.Abp.Account.Web.IdentityServer
- true
Library
true
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj
index f27fd23f2..c7e0b8f2b 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj
@@ -10,7 +10,6 @@
false
false
false
- true
LINGYUN.Abp.Account.Web.OpenIddict
Library
true
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml
index 9cc605220..2cb73dee8 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml
@@ -12,7 +12,7 @@
- @L["SecurityLog"]
+ @L["SecurityLogs"]
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js
index 25da32da7..89da4551a 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js
@@ -23,7 +23,7 @@ $(function () {
labp.account.mySecurityLog
.delete(data.record.id)
.then(function () {
- abp.notify.info(
+ abp.notify.success(
ul('DeletedSuccessfully')
);
dataTable.ajax.reload();
@@ -31,42 +31,44 @@ $(function () {
}
}
]
- }
+ },
+ width: '100px'
},
{
- title: l('DisplayName:CreationTime'),
+ title: l('CreationTime'),
data: "creationTime",
- render: function (data) {
- return luxon
- .DateTime
- .fromISO(data, {
- locale: abp.localization.currentCulture.name
- }).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
- }
+ dataFormat: "datetime",
+ width: '180px'
},
{
- title: l('DisplayName:Identity'),
- data: "identity"
+ title: l('Identity'),
+ data: "identity",
+ width: '150px'
},
{
- title: l('DisplayName:ClientId'),
- data: "clientId"
+ title: l('ClientId'),
+ data: "clientId",
+ width: '150px'
},
{
- title: l('DisplayName:ClientIpAddress'),
- data: "clientIpAddress"
+ title: l('ClientIpAddress'),
+ data: "clientIpAddress",
+ width: '150px'
},
{
- title: l('DisplayName:ApplicationName'),
- data: "applicationName"
+ title: l('ApplicationName'),
+ data: "applicationName",
+ width: '150px'
},
{
- title: l('DisplayName:Actions'),
- data: "action"
+ title: l('ActionName'),
+ data: "action",
+ width: '150px'
},
{
- title: l('DisplayName:BrowserInfo'),
- data: "browserInfo"
+ title: l('BrowserInfo'),
+ data: "browserInfo",
+ width: '300px'
}]
})
);
diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js
index 06bc346f4..563a9e548 100644
--- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js
+++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js
@@ -26,7 +26,7 @@ $(function () {
labp.account.myProfile
.revokeSession(data.record.sessionId)
.then(function () {
- abp.notify.info(
+ abp.notify.success(
il('SuccessfullyRevoked')
);
dataTable.ajax.reload();
@@ -47,13 +47,7 @@ $(function () {
{
title: il('DisplayName:SignedIn'),
data: "signedIn",
- render: function (data) {
- return luxon
- .DateTime
- .fromISO(data, {
- locale: abp.localization.currentCulture.name
- }).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
- }
+ dataFormat: "datetime",
}]
})
);
diff --git a/aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj b/aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj
index 91f803c90..7417af0b9 100644
--- a/aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj
+++ b/aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj
@@ -25,7 +25,6 @@
-
diff --git a/aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js b/aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js
index 0266bf89c..2504f78d0 100644
--- a/aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js
+++ b/aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js
@@ -41,7 +41,7 @@ $(function () {
labp.gdpr.gdprRequest
.delete(data.record.id)
.then(function () {
- abp.notify.info(
+ abp.notify.success(
ul('DeletedSuccessfully')
);
dataTable.ajax.reload();
@@ -54,24 +54,12 @@ $(function () {
{
title: gl('DisplayName:ReadyTime'),
data: "readyTime",
- render: function (data) {
- return luxon
- .DateTime
- .fromISO(data, {
- locale: abp.localization.currentCulture.name
- }).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
- }
+ dataFormat: "datetime",
},
{
title: gl('DisplayName:CreationTime'),
data: "creationTime",
- render: function (data) {
- return luxon
- .DateTime
- .fromISO(data, {
- locale: abp.localization.currentCulture.name
- }).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
- }
+ dataFormat: "datetime",
}]
})
);
diff --git a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs
index 761bdb7f6..5f6ddf097 100644
--- a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs
+++ b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs
@@ -1,4 +1,5 @@
-using System.Collections.Generic;
+using System;
+using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Volo.Abp.Domain.Repositories;
@@ -20,6 +21,7 @@ namespace LINGYUN.Abp.LocalizationManagement
CancellationToken cancellationToken = default
);
+ [Obsolete("Use GetListAsync")]
List GetList(
string resourceName = null,
string cultureName = null);
diff --git a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs
index 4530a43de..851f7679e 100644
--- a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs
+++ b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs
@@ -71,7 +71,9 @@ public class LocalizationTextStoreCache : ILocalizationTextStoreCache, ISingleto
using (provider.Change(false))
{
var repo = scope.ServiceProvider.GetRequiredService();
+#pragma warning disable CS0618
var texts = repo.GetList(resource.ResourceName, cultureName);
+#pragma warning restore CS0618
foreach (var text in texts)
{
setTexts[text.Key] = text.Value;
diff --git a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs
index 33b979771..1834aff8f 100644
--- a/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs
+++ b/aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs
@@ -62,6 +62,7 @@ public class EfCoreTextRepository : EfCoreRepository GetList(string resourceName = null, string cultureName = null)
{
return DbSet
diff --git a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs
index 5a6df4a04..ae3735e44 100644
--- a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs
+++ b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs
@@ -1,5 +1,4 @@
-using System.Security.Cryptography;
-using System.Text;
+using System.Text;
namespace System.IO;
@@ -11,10 +10,10 @@ internal static class FileSystemExtensions
{
stream.Seek(0, SeekOrigin.Begin);
}
- using MD5 md5 = new MD5CryptoServiceProvider();
- byte[] retVal = md5.ComputeHash(stream);
- StringBuilder sb = new StringBuilder();
- for (int i = 0; i < retVal.Length; i++)
+ using var md5 = Security.Cryptography.MD5.Create();
+ var retVal = md5.ComputeHash(stream);
+ var sb = new StringBuilder();
+ for (var i = 0; i < retVal.Length; i++)
{
sb.Append(retVal[i].ToString("x2"));
}
diff --git a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj
index d7d5893ef..e9ce4c1c2 100644
--- a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj
+++ b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj
@@ -4,7 +4,7 @@
- netstandard2.0;netstandard2.1;net8.0;net9.0
+ net8.0;net9.0
LINGYUN.Abp.Quartz.MySqlInstaller
LINGYUN.Abp.Quartz.MySqlInstaller
false
diff --git a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj
index c5c565491..cb9112c1f 100644
--- a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj
+++ b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj
@@ -4,7 +4,7 @@
- netstandard2.0;netstandard2.1;net8.0;net9.0
+ net8.0;net9.0
LINGYUN.Abp.Quartz.SqlInstaller
LINGYUN.Abp.Quartz.SqlInstaller
false
diff --git a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj
index 5647f4c23..658ff3dc1 100644
--- a/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj
+++ b/aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj
@@ -4,7 +4,7 @@
- netstandard2.0;netstandard2.1;net8.0;net9.0
+ net8.0;net9.0
LINGYUN.Abp.Quartz.SqlServerInstaller
LINGYUN.Abp.Quartz.SqlServerInstaller
false
diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json b/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json
index cb33ec147..d822f1bc2 100644
--- a/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json
+++ b/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json
@@ -11,7 +11,6 @@
"DefaultSalt": "sf&5)s3#"
},
"Json": {
- "OutputDateTimeFormat": "yyyy-MM-dd HH:mm:ss",
"InputDateTimeFormats": [
"yyyy-MM-dd HH:mm:ss",
"yyyy-MM-ddTHH:mm:ss"
diff --git a/aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml b/aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml
index 803df6ee9..d922093f1 100644
--- a/aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml
+++ b/aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml
@@ -17,7 +17,7 @@
-
+
diff --git a/common.props b/common.props
index 8ed17598a..e54f6cf1b 100644
--- a/common.props
+++ b/common.props
@@ -1,12 +1,12 @@
latest
- 9.1.1
+ 9.1.3
colin
$(NoWarn);CS1591;CS0436;CS8618;NU1803
https://github.com/colinin/abp-next-admin
$(SolutionDir)LocalNuget
- 9.1.1
+ 9.1.3
MIT
git
https://github.com/colinin/abp-next-admin