Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-10-13 01:00:44 +0300
committerGitHub <noreply@github.com>2022-10-13 01:00:44 +0300
commit122736b8fd5acf3e49e83016582702452c07f400 (patch)
tree20b32090c64822b9b5f970f463833af52dd86d2a
parent866570a72f5edca4e30541766535481f2140080c (diff)
Don't package Microsoft.Aspnetcore.Ratelimiting (#44501)
* Don't pack Microsoft.Aspnetcore.Ratelimiting * Update SharedFramework.Local.props
-rw-r--r--eng/SharedFramework.Local.props2
-rw-r--r--src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj1
2 files changed, 2 insertions, 1 deletions
diff --git a/eng/SharedFramework.Local.props b/eng/SharedFramework.Local.props
index d19b15de2d..986c5e4ef4 100644
--- a/eng/SharedFramework.Local.props
+++ b/eng/SharedFramework.Local.props
@@ -18,7 +18,6 @@
<AspNetCoreAppReferenceAndPackage Include="Microsoft.Extensions.Identity.Stores" />
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Connections.Abstractions" />
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Authorization" />
- <AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.RateLimiting" />
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.Http.Connections.Common" />
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.SignalR.Protocols.Json" />
<AspNetCoreAppReferenceAndPackage Include="Microsoft.AspNetCore.SignalR.Common" />
@@ -79,6 +78,7 @@
<AspNetCoreAppReference Include="Microsoft.AspNetCore.Localization.Routing" />
<AspNetCoreAppReference Include="Microsoft.AspNetCore.Localization" />
<AspNetCoreAppReference Include="Microsoft.AspNetCore.OutputCaching" />
+ <AspNetCoreAppReference Include="Microsoft.AspNetCore.RateLimiting" />
<AspNetCoreAppReference Include="Microsoft.AspNetCore.RequestDecompression" />
<AspNetCoreAppReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
<AspNetCoreAppReference Include="Microsoft.AspNetCore.ResponseCaching" />
diff --git a/src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj b/src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj
index 80d7f22dcb..27ac36e46a 100644
--- a/src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj
+++ b/src/Middleware/RateLimiting/src/Microsoft.AspNetCore.RateLimiting.csproj
@@ -7,6 +7,7 @@
<PackageTags>aspnetcore</PackageTags>
<IsTrimmable>true</IsTrimmable>
<IsAspNetCoreApp>true</IsAspNetCoreApp>
+ <IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>