Skip to content

Commit cd3aeac

Browse files
author
Timothy Mothra
authored
cleanup unnecessary dependencies in AspNetCore SDK (#2253)
1 parent 83f9e49 commit cd3aeac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535

3636
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.1" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
38-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.0" />
39-
</ItemGroup>
40-
41-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' ">
42-
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
4338
</ItemGroup>
4439

4540
<ItemGroup>

0 commit comments

Comments
 (0)