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

Commit

Permalink
Update ConfigureAwait
Browse files Browse the repository at this point in the history
  • Loading branch information
hueifeng committed Apr 8, 2020
1 parent 312db91 commit 76d4a98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
<Description>ABP vNext framework Limiter module.</Description>
<Description>An Abp module helps you control how often your service is used.</Description>
<PackageProjectUrl>https://github.com/EasyAbp/Abp.AspNetCoreRateLimit</PackageProjectUrl>
<RepositoryUrl>https://github.com/EasyAbp/Abp.AspNetCoreRateLimit</RepositoryUrl>
<PackageTags>abp module easyabp limiter</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/EasyAbp.Abp.AspNetCoreRateLimit.Client/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>
2 changes: 1 addition & 1 deletion src/EasyAbp.Abp.AspNetCoreRateLimit.Ip/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>
2 changes: 1 addition & 1 deletion src/EasyAbp.Abp.AspNetCoreRateLimit/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

0 comments on commit 76d4a98

Please sign in to comment.