This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree 4 files changed +4
-10
lines changed
Microsoft.AspNetCore.Http
Microsoft.AspNetCore.Http.Extensions
Microsoft.AspNetCore.Http.Features 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
17
17
18
18
<ItemGroup >
19
19
<PackageReference Include =" Microsoft.Extensions.FileProviders.Abstractions" Version =" $(AspNetCoreVersion)" />
20
- <PackageReference Include =" System.Buffers" Version =" $(CoreFxVersion)" />
21
20
</ItemGroup >
22
21
23
22
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
13
13
14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.Extensions.Primitives" Version =" $(AspNetCoreVersion)" />
16
- <PackageReference Include =" System.ComponentModel" Version =" $(CoreFxVersion)" />
17
- <PackageReference Include =" System.Security.Principal" Version =" $(CoreFxVersion)" />
18
16
</ItemGroup >
19
17
20
18
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
22
22
<PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" $(AspNetCoreVersion)" />
23
23
<PackageReference Include =" Microsoft.Extensions.Options" Version =" $(AspNetCoreVersion)" />
24
24
<PackageReference Include =" Microsoft.Extensions.TaskCache.Sources" Version =" $(AspNetCoreVersion)" PrivateAssets =" All" />
25
- <PackageReference Include =" System.Buffers" Version =" $(CoreFxVersion)" />
26
25
</ItemGroup >
27
26
28
27
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" Microsoft.Extensions.Primitives" Version =" $(AspNetCoreVersion)" />
17
- <PackageReference Include =" System.Buffers" Version =" $(CoreFxVersion)" />
18
- <PackageReference Include =" System.Diagnostics.Contracts" Version =" $(CoreFxVersion)" />
19
17
</ItemGroup >
20
18
21
19
</Project >
You can’t perform that action at this time.
0 commit comments