Skip to content

Commit

Permalink
remove few references (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKanzhelev authored and Liudmila Molkova committed Sep 4, 2018
1 parent a725890 commit 5854410
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<PackageReference Include="Desktop.Analyzers" Version="1.1.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand All @@ -76,7 +72,7 @@
<PackageReference Include="MicroBuild.Core" Version="0.3.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" Condition="$(OS) == 'Windows_NT'">
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" >
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.0" />
Expand All @@ -85,7 +81,7 @@
<None Include="Microsoft.AspNet.TelemetryCorrelation.ruleset" />
</ItemGroup>
<ItemGroup>
<Content Include="web.config.install.xdt"/>
<Content Include="web.config.uninstall.xdt"/>
<Content Include="web.config.install.xdt" />
<Content Include="web.config.uninstall.xdt" />
</ItemGroup>
</Project>

0 comments on commit 5854410

Please sign in to comment.