Browse Source
Merge pull request #486 from colinin/5.1.3
feat: upgrade abp framework to 5.1.3
pull/489/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with
73 additions and
7 deletions
-
aspnet-core/Directory.Build.props
-
aspnet-core/common.props
-
aspnet-core/modules/task-management/LINGYUN.Abp.BackgroundTasks.TaskManagement/FodyWeavers.xml
-
aspnet-core/modules/task-management/LINGYUN.Abp.BackgroundTasks.TaskManagement/FodyWeavers.xsd
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.HttpApi.Client/FodyWeavers.xml
-
aspnet-core/modules/task-management/LINGYUN.Abp.TaskManagement.HttpApi.Client/FodyWeavers.xsd
-
common.props
-
gateways/Directory.Build.props
-
gateways/common.props
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<VoloAbpPackageVersion>5.1.1</VoloAbpPackageVersion> |
|
|
|
<LINGYUNAbpPackageVersion>5.1.1</LINGYUNAbpPackageVersion> |
|
|
|
<VoloAbpPackageVersion>5.1.3</VoloAbpPackageVersion> |
|
|
|
<LINGYUNAbpPackageVersion>5.1.3</LINGYUNAbpPackageVersion> |
|
|
|
<DaprPackageVersion>1.6.0</DaprPackageVersion> |
|
|
|
<DistributedLockRedisPackageVersion>1.0.1</DistributedLockRedisPackageVersion> |
|
|
|
<DotNetCoreCAPPackageVersion>6.0.0</DotNetCoreCAPPackageVersion> |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<Version>5.1.1</Version> |
|
|
|
<Version>5.1.3</Version> |
|
|
|
<Authors>colin</Authors> |
|
|
|
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn> |
|
|
|
<PackageProjectUrl>https://github.com/colinin/abp-vue-admin-element-typescript/</PackageProjectUrl> |
|
|
|
|
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|
|
|
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|
|
|
</Weavers> |
|
|
|
@ -0,0 +1,30 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
|
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. --> |
|
|
|
<xs:element name="Weavers"> |
|
|
|
<xs:complexType> |
|
|
|
<xs:all> |
|
|
|
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1"> |
|
|
|
<xs:complexType> |
|
|
|
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" /> |
|
|
|
</xs:complexType> |
|
|
|
</xs:element> |
|
|
|
</xs:all> |
|
|
|
<xs:attribute name="VerifyAssembly" type="xs:boolean"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
<xs:attribute name="GenerateXsd" type="xs:boolean"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
</xs:complexType> |
|
|
|
</xs:element> |
|
|
|
</xs:schema> |
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|
|
|
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|
|
|
</Weavers> |
|
|
|
@ -0,0 +1,30 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
|
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. --> |
|
|
|
<xs:element name="Weavers"> |
|
|
|
<xs:complexType> |
|
|
|
<xs:all> |
|
|
|
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1"> |
|
|
|
<xs:complexType> |
|
|
|
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" /> |
|
|
|
</xs:complexType> |
|
|
|
</xs:element> |
|
|
|
</xs:all> |
|
|
|
<xs:attribute name="VerifyAssembly" type="xs:boolean"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
<xs:attribute name="GenerateXsd" type="xs:boolean"> |
|
|
|
<xs:annotation> |
|
|
|
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation> |
|
|
|
</xs:annotation> |
|
|
|
</xs:attribute> |
|
|
|
</xs:complexType> |
|
|
|
</xs:element> |
|
|
|
</xs:schema> |
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<Version>5.1.1</Version> |
|
|
|
<Version>5.1.3</Version> |
|
|
|
<Authors>LINGYUN</Authors> |
|
|
|
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn> |
|
|
|
<PackageProjectUrl>https://github.com/colinin/abp-vue-admin-element-typescript/</PackageProjectUrl> |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<VoloAbpPackageVersion>5.1.1</VoloAbpPackageVersion> |
|
|
|
<LINGYUNAbpPackageVersion>5.1.1</LINGYUNAbpPackageVersion> |
|
|
|
<VoloAbpPackageVersion>5.1.3</VoloAbpPackageVersion> |
|
|
|
<LINGYUNAbpPackageVersion>5.1.3</LINGYUNAbpPackageVersion> |
|
|
|
<DaprPackageVersion>1.6.0</DaprPackageVersion> |
|
|
|
<DotNetCoreCAPPackageVersion>5.2.0</DotNetCoreCAPPackageVersion> |
|
|
|
<AliyunSDKPackageVersion>1.5.10</AliyunSDKPackageVersion> |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<Version>5.1.1</Version> |
|
|
|
<Version>5.1.3</Version> |
|
|
|
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
</Project> |