Skip to content

Commit

Permalink
cleanup unnecessary dependencies in AspNetCore SDK (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored May 6, 2021
1 parent 83f9e49 commit cd3aeac
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@

<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cd3aeac

Please sign in to comment.