Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 76d4a98

Browse files
committed
Update ConfigureAwait
1 parent 312db91 commit 76d4a98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
8-
<Description>ABP vNext framework Limiter module.</Description>
8+
<Description>An Abp module helps you control how often your service is used.</Description>
99
<PackageProjectUrl>https://github.com/EasyAbp/Abp.AspNetCoreRateLimit</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/EasyAbp/Abp.AspNetCoreRateLimit</RepositoryUrl>
1111
<PackageTags>abp module easyabp limiter</PackageTags>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
2-
<ConfigureAwait />
2+
<ConfigureAwait ContinueOnCapturedContext="false" />
33
</Weavers>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
2-
<ConfigureAwait />
2+
<ConfigureAwait ContinueOnCapturedContext="false" />
33
</Weavers>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
2-
<ConfigureAwait />
2+
<ConfigureAwait ContinueOnCapturedContext="false" />
33
</Weavers>

0 commit comments

Comments
 (0)