Use ActivatorUtilities shared source
This commit is contained in:
parent
f9b4101852
commit
8fba9b0c90
|
|
@ -18,11 +18,11 @@ Microsoft.AspNetCore.Http.HttpResponse</Description>
|
|||
|
||||
<ItemGroup>
|
||||
<Compile Include="$(SharedSourceRoot)PropertyHelper\**\*.cs" />
|
||||
<Compile Include="$(SharedSourceRoot)ActivatorUtilities\**\*.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.AspNetCore.Http.Features" />
|
||||
<Reference Include="Microsoft.Extensions.ActivatorUtilities.Sources" />
|
||||
<Reference Include="Microsoft.Net.Http.Headers" />
|
||||
|
||||
<Compile Include="$(SharedSourceRoot)ActivatorUtilities\*.cs" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue