diff --git a/Directory.Build.props b/Directory.Build.props index dd71390..d559b23 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 8.1.0 + 8.2.0 17.8.0 diff --git a/common.props b/common.props index 4376e6a..94eb881 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 3.1.0 + 3.2.0 $(NoWarn);CS1591 true EasyAbp Team diff --git a/src/Common/EasyAbp.Abp.WeChat.Common.Abstractions/EasyAbp.Abp.WeChat.Common.Abstractions.csproj b/src/Common/EasyAbp.Abp.WeChat.Common.Abstractions/EasyAbp.Abp.WeChat.Common.Abstractions.csproj index 8442fd8..0e16af9 100644 --- a/src/Common/EasyAbp.Abp.WeChat.Common.Abstractions/EasyAbp.Abp.WeChat.Common.Abstractions.csproj +++ b/src/Common/EasyAbp.Abp.WeChat.Common.Abstractions/EasyAbp.Abp.WeChat.Common.Abstractions.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Common ABP vNext微信模块,定义了微信公众号与微信支付公用的组件。 diff --git a/src/Common/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis.csproj b/src/Common/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis.csproj index b2612db..e63d73f 100644 --- a/src/Common/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis.csproj +++ b/src/Common/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis/EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Common.SharedCache.StackExchangeRedis ABP vNext微信模块,基于StackExchangeRedis提供多服务间共享access_token等缓存数据的功能扩展。 true @@ -20,7 +20,7 @@ - + diff --git a/src/Common/EasyAbp.Abp.WeChat.Common/EasyAbp.Abp.WeChat.Common.csproj b/src/Common/EasyAbp.Abp.WeChat.Common/EasyAbp.Abp.WeChat.Common.csproj index 659c470..f03d9d3 100644 --- a/src/Common/EasyAbp.Abp.WeChat.Common/EasyAbp.Abp.WeChat.Common.csproj +++ b/src/Common/EasyAbp.Abp.WeChat.Common/EasyAbp.Abp.WeChat.Common.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Common ABP vNext微信模块,定义了微信公众号与微信支付公用的组件。 diff --git a/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.Abstractions/EasyAbp.Abp.WeChat.MiniProgram.Abstractions.csproj b/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.Abstractions/EasyAbp.Abp.WeChat.MiniProgram.Abstractions.csproj index 37b9d3d..980d464 100644 --- a/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.Abstractions/EasyAbp.Abp.WeChat.MiniProgram.Abstractions.csproj +++ b/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.Abstractions/EasyAbp.Abp.WeChat.MiniProgram.Abstractions.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.MiniProgram ABP vNext微信模块,提供对微信小程序业务的支持。 diff --git a/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.csproj b/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.csproj index 7f19174..d0ef908 100644 --- a/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.csproj +++ b/src/MiniProgram/EasyAbp.Abp.WeChat.MiniProgram/EasyAbp.Abp.WeChat.MiniProgram.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.MiniProgram ABP vNext微信模块,提供对微信小程序业务的支持。 diff --git a/src/Official/EasyAbp.Abp.WeChat.Official.Abstractions/EasyAbp.Abp.WeChat.Official.Abstractions.csproj b/src/Official/EasyAbp.Abp.WeChat.Official.Abstractions/EasyAbp.Abp.WeChat.Official.Abstractions.csproj index 3cb73d1..dfef04c 100644 --- a/src/Official/EasyAbp.Abp.WeChat.Official.Abstractions/EasyAbp.Abp.WeChat.Official.Abstractions.csproj +++ b/src/Official/EasyAbp.Abp.WeChat.Official.Abstractions/EasyAbp.Abp.WeChat.Official.Abstractions.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Official ABP vNext微信公众号模块,提供对微信公众号业务的支持。 diff --git a/src/Official/EasyAbp.Abp.WeChat.Official/EasyAbp.Abp.WeChat.Official.csproj b/src/Official/EasyAbp.Abp.WeChat.Official/EasyAbp.Abp.WeChat.Official.csproj index 65ed5e0..1522094 100644 --- a/src/Official/EasyAbp.Abp.WeChat.Official/EasyAbp.Abp.WeChat.Official.csproj +++ b/src/Official/EasyAbp.Abp.WeChat.Official/EasyAbp.Abp.WeChat.Official.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Official ABP vNext微信公众号模块,提供对微信公众号业务的支持。 diff --git a/src/Official/EasyAbp.Abp.WeChat.Official/Services/MediaManagement/Exceptions/UnSupportMediaFileTypeException.cs b/src/Official/EasyAbp.Abp.WeChat.Official/Services/MediaManagement/Exceptions/UnSupportMediaFileTypeException.cs index 5c6d732..91f1d01 100644 --- a/src/Official/EasyAbp.Abp.WeChat.Official/Services/MediaManagement/Exceptions/UnSupportMediaFileTypeException.cs +++ b/src/Official/EasyAbp.Abp.WeChat.Official/Services/MediaManagement/Exceptions/UnSupportMediaFileTypeException.cs @@ -1,5 +1,4 @@ -using System.Runtime.Serialization; -using Volo.Abp; +using Volo.Abp; using Volo.Abp.ExceptionHandling; namespace EasyAbp.Abp.WeChat.Official.Services.MediaManagement.Exceptions @@ -20,15 +19,5 @@ public UnSupportMediaFileTypeException(string message, string details) : base(me { Details = details; } - - /// - /// 构造一个新的 对象。 - /// - /// 序列化信息。 - /// 上下文实例。 - public UnSupportMediaFileTypeException(SerializationInfo serializationInfo, StreamingContext context) - : base(serializationInfo, context) - { - } } } \ No newline at end of file diff --git a/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions.csproj b/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions.csproj index 39fff1f..7fd2ce0 100644 --- a/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions.csproj +++ b/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions/EasyAbp.Abp.WeChat.OpenPlatform.Abstractions.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.OpenPlatform ABP vNext开放平台模块,提供对微信开放平台业务的支持。 diff --git a/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.csproj b/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.csproj index 0cfcdab..084f95b 100644 --- a/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.csproj +++ b/src/OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform/EasyAbp.Abp.WeChat.OpenPlatform.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.OpenPlatform ABP vNext开放平台模块,提供对微信开放平台业务的支持。 diff --git a/src/Pay/EasyAbp.Abp.WeChat.Pay.Abstractions/EasyAbp.Abp.WeChat.Pay.Abstractions.csproj b/src/Pay/EasyAbp.Abp.WeChat.Pay.Abstractions/EasyAbp.Abp.WeChat.Pay.Abstractions.csproj index bd5da92..342b415 100644 --- a/src/Pay/EasyAbp.Abp.WeChat.Pay.Abstractions/EasyAbp.Abp.WeChat.Pay.Abstractions.csproj +++ b/src/Pay/EasyAbp.Abp.WeChat.Pay.Abstractions/EasyAbp.Abp.WeChat.Pay.Abstractions.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Pay ABP vNext微信模块,提供对微信支付业务的支持。 diff --git a/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj b/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj index 750a07a..5dab9ba 100644 --- a/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj +++ b/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj @@ -3,7 +3,7 @@ - netstandard2.0 + net8.0 EasyAbp.Abp.WeChat.Pay ABP vNext微信模块,提供对微信支付业务的支持。