Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 412e4de

Browse files
authored
Remove unnecessary package references (#835)
1 parent d1d9bce commit 412e4de

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -17,7 +17,6 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="$(AspNetCoreVersion)" />
20-
<PackageReference Include="System.Buffers" Version="$(CoreFxVersion)" />
2120
</ItemGroup>
2221

2322
</Project>

src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -13,8 +13,6 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Extensions.Primitives" Version="$(AspNetCoreVersion)" />
16-
<PackageReference Include="System.ComponentModel" Version="$(CoreFxVersion)" />
17-
<PackageReference Include="System.Security.Principal" Version="$(CoreFxVersion)" />
1816
</ItemGroup>
1917

2018
</Project>

src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -22,7 +22,6 @@
2222
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="$(AspNetCoreVersion)" />
2323
<PackageReference Include="Microsoft.Extensions.Options" Version="$(AspNetCoreVersion)" />
2424
<PackageReference Include="Microsoft.Extensions.TaskCache.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All" />
25-
<PackageReference Include="System.Buffers" Version="$(CoreFxVersion)" />
2625
</ItemGroup>
2726

2827
</Project>

src/Microsoft.Net.Http.Headers/Microsoft.Net.Http.Headers.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -14,8 +14,6 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Extensions.Primitives" Version="$(AspNetCoreVersion)" />
17-
<PackageReference Include="System.Buffers" Version="$(CoreFxVersion)" />
18-
<PackageReference Include="System.Diagnostics.Contracts" Version="$(CoreFxVersion)" />
1917
</ItemGroup>
2018

2119
</Project>

0 commit comments

Comments
 (0)