Skip to content

Commit 122736b

Browse files
authored
Don't package Microsoft.Aspnetcore.Ratelimiting (#44501)
* Don't pack Microsoft.Aspnetcore.Ratelimiting * Update SharedFramework.Local.props
1 parent 866570a commit 122736b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/SharedFramework.Local.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<AspNetCoreAppReferenceAndPackage Include="Microsoft.Extensions.Identity.Stores" />
1919
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Connections.Abstractions" />
2020
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Authorization" />
21-
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.RateLimiting" />
2221
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Http.Connections.Common" />
2322
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.SignalR.Protocols.Json" />
2423
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.SignalR.Common" />
@@ -79,6 +78,7 @@
7978
<AspNetCoreAppReference Include="Microsoft.AspNetCore.Localization.Routing" />
8079
<AspNetCoreAppReference Include="Microsoft.AspNetCore.Localization" />
8180
<AspNetCoreAppReference Include="Microsoft.AspNetCore.OutputCaching" />
81+
<AspNetCoreAppReference Include="Microsoft.AspNetCore.RateLimiting" />
8282
<AspNetCoreAppReference Include="Microsoft.AspNetCore.RequestDecompression" />
8383
<AspNetCoreAppReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
8484
<AspNetCoreAppReference Include="Microsoft.AspNetCore.ResponseCaching" />

src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageTags>aspnetcore</PackageTags>
88
<IsTrimmable>true</IsTrimmable>
99
<IsAspNetCoreApp>true</IsAspNetCoreApp>
10+
<IsPackable>false</IsPackable>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)