From 5e02173a7451c82ff903fc38ba4101b5298c9646 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Sat, 27 Aug 2022 14:43:24 +0800 Subject: [PATCH] upgrade abp framework to 5.3.4 --- aspnet-core/Directory.Build.props | 4 +-- aspnet-core/common.props | 2 +- .../FodyWeavers.xsd | 30 +++++++++++++++++++ .../FodyWeavers.xsd | 30 +++++++++++++++++++ common.props | 2 +- gateways/Directory.Build.props | 4 +-- gateways/common.props | 2 +- 7 files changed, 67 insertions(+), 7 deletions(-) create mode 100644 aspnet-core/modules/pushplus/LINGYUN.Abp.Notifications.PushPlus/FodyWeavers.xsd create mode 100644 aspnet-core/modules/wx-pusher/LINGYUN.Abp.Identity.WxPusher/FodyWeavers.xsd diff --git a/aspnet-core/Directory.Build.props b/aspnet-core/Directory.Build.props index 900de19b5..a02da6022 100644 --- a/aspnet-core/Directory.Build.props +++ b/aspnet-core/Directory.Build.props @@ -1,7 +1,7 @@  - 5.3.2 - 5.3.2 + 5.3.4 + 5.3.4 1.8.0 1.0.1 6.0.1 diff --git a/aspnet-core/common.props b/aspnet-core/common.props index 8d6704e65..983a9534f 100644 --- a/aspnet-core/common.props +++ b/aspnet-core/common.props @@ -1,7 +1,7 @@ latest - 5.3.2 + 5.3.4 colin $(NoWarn);CS1591;CS0436;CS8618 https://github.com/colinin/abp-next-admin diff --git a/aspnet-core/modules/pushplus/LINGYUN.Abp.Notifications.PushPlus/FodyWeavers.xsd b/aspnet-core/modules/pushplus/LINGYUN.Abp.Notifications.PushPlus/FodyWeavers.xsd new file mode 100644 index 000000000..11da52550 --- /dev/null +++ b/aspnet-core/modules/pushplus/LINGYUN.Abp.Notifications.PushPlus/FodyWeavers.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Identity.WxPusher/FodyWeavers.xsd b/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Identity.WxPusher/FodyWeavers.xsd new file mode 100644 index 000000000..11da52550 --- /dev/null +++ b/aspnet-core/modules/wx-pusher/LINGYUN.Abp.Identity.WxPusher/FodyWeavers.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/common.props b/common.props index 80f7bcdb3..e9167e4ca 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 5.3.2 + 5.3.4 LINGYUN $(NoWarn);CS1591;CS0436 https://github.com/colinin/abp-next-admin diff --git a/gateways/Directory.Build.props b/gateways/Directory.Build.props index e47df156c..4595a7961 100644 --- a/gateways/Directory.Build.props +++ b/gateways/Directory.Build.props @@ -1,7 +1,7 @@  - 5.3.2 - 5.3.2 + 5.3.4 + 5.3.4 1.8.0 6.0.1 1.5.10 diff --git a/gateways/common.props b/gateways/common.props index cc688a385..6c29ad8b1 100644 --- a/gateways/common.props +++ b/gateways/common.props @@ -1,7 +1,7 @@ latest - 5.3.2 + 5.3.4 $(NoWarn);CS1591;CS0436 \ No newline at end of file