removed redundant HttpsPolicy dependency

This commit is contained in:
Dylan Dmitri Gray 2019-05-17 16:56:17 -07:00
parent 206c1e8a8a
commit 68606a2d80
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
<Reference Include="Microsoft.Extensions.Logging.Console" />
<Reference Include="Microsoft.AspNetCore.HttpsPolicy" />
<Reference Include="Microsoft.AspNetCore.RequestThrottling" />
</ItemGroup>
</Project>