Skip to content

Commit 5854410

Browse files
SergeyKanzhelevLiudmila Molkova
authored andcommitted
remove few references (#40)
1 parent a725890 commit 5854410

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Microsoft.AspNet.TelemetryCorrelation/Microsoft.AspNet.TelemetryCorrelation.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@
6262
<ItemGroup>
6363
<Reference Include="System" />
6464
<Reference Include="System.Web" />
65-
<Reference Include="System.Xml.Linq" />
66-
<Reference Include="System.Data.DataSetExtensions" />
67-
<Reference Include="Microsoft.CSharp" />
6865
<Reference Include="System.Net.Http" />
69-
<Reference Include="System.Xml" />
7066
<PackageReference Include="Desktop.Analyzers" Version="1.1.0">
7167
<PrivateAssets>All</PrivateAssets>
7268
</PackageReference>
@@ -76,7 +72,7 @@
7672
<PackageReference Include="MicroBuild.Core" Version="0.3.0">
7773
<PrivateAssets>All</PrivateAssets>
7874
</PackageReference>
79-
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" Condition="$(OS) == 'Windows_NT'">
75+
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" >
8076
<PrivateAssets>All</PrivateAssets>
8177
</PackageReference>
8278
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.0" />
@@ -85,7 +81,7 @@
8581
<None Include="Microsoft.AspNet.TelemetryCorrelation.ruleset" />
8682
</ItemGroup>
8783
<ItemGroup>
88-
<Content Include="web.config.install.xdt"/>
89-
<Content Include="web.config.uninstall.xdt"/>
84+
<Content Include="web.config.install.xdt" />
85+
<Content Include="web.config.uninstall.xdt" />
9086
</ItemGroup>
9187
</Project>

0 commit comments

Comments
 (0)