Skip to content

Commit

Permalink
Remove unused package references from JsDbg.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Jun 20, 2019
1 parent 6913509 commit 168feec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/JsDbg.Core/JsDbg.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.*" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Encoding" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
<Reference Include="System.Web" />
Expand Down

0 comments on commit 168feec

Please sign in to comment.