File tree 4 files changed +7
-0
lines changed
src/Middleware/ConcurrencyLimiter/src
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ and are generated based on the last package release.
83
83
<LatestPackageReference Include =" System.Text.Encodings.Web" />
84
84
<LatestPackageReference Include =" System.Text.Json" />
85
85
<LatestPackageReference Include =" System.Threading.Channels" />
86
+ <LatestPackageReference Include =" System.Threading.RateLimiting" />
86
87
<LatestPackageReference Include =" System.ValueTuple" />
87
88
88
89
<!-- Runtime packages required for crossgen -->
Original file line number Diff line number Diff line change 241
241
<Uri >https://github.com/dotnet/runtime</Uri >
242
242
<Sha >78f4a7de7e89ddefa88f9e9da7604ecb5c58d3b7</Sha >
243
243
</Dependency >
244
+ <Dependency Name =" System.Threading.RateLimiting" Version =" 7.0.0-alpha.1.21612.5" >
245
+ <Uri >https://github.com/dotnet/runtime</Uri >
246
+ <Sha >78f4a7de7e89ddefa88f9e9da7604ecb5c58d3b7</Sha >
247
+ </Dependency >
244
248
<Dependency Name =" Microsoft.Extensions.DependencyModel" Version =" 7.0.0-alpha.1.21612.5" >
245
249
<Uri >https://github.com/dotnet/runtime</Uri >
246
250
<Sha >78f4a7de7e89ddefa88f9e9da7604ecb5c58d3b7</Sha >
Original file line number Diff line number Diff line change 122
122
<SystemTextEncodingsWebVersion >7.0.0-alpha.1.21612.5</SystemTextEncodingsWebVersion >
123
123
<SystemTextJsonVersion >7.0.0-alpha.1.21612.5</SystemTextJsonVersion >
124
124
<SystemThreadingChannelsVersion >7.0.0-alpha.1.21612.5</SystemThreadingChannelsVersion >
125
+ <SystemThreadingRateLimitingVersion >7.0.0-alpha.1.21612.5</SystemThreadingRateLimitingVersion >
125
126
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
126
127
<MicrosoftNETCorePlatformsVersion >7.0.0-alpha.1.21612.5</MicrosoftNETCorePlatformsVersion >
127
128
<!-- Packages from dotnet/efcore -->
Original file line number Diff line number Diff line change 12
12
<Reference Include =" Microsoft.AspNetCore.Http.Abstractions" />
13
13
<Reference Include =" Microsoft.Extensions.Logging.Abstractions" />
14
14
<Reference Include =" Microsoft.Extensions.Options" />
15
+ <Reference Include =" System.Threading.RateLimiting" />
15
16
16
17
<Compile Include =" $(SharedSourceRoot)ValueStopwatch\*.cs" />
17
18
</ItemGroup >
You can’t perform that action at this time.
0 commit comments