Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Apr 23, 2018
1 parent 109c40b commit ea7e0ca
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 30 deletions.
5 changes: 0 additions & 5 deletions src/NCrawler.Console/NCrawler.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<Name>NCrawler</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac">
<Version>4.6.0</Version>
</PackageReference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
5 changes: 0 additions & 5 deletions src/NCrawler.Demo/NCrawler.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac">
<Version>4.6.0</Version>
</PackageReference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Provides storing crawler data using EF for NCrawler</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
<PackageReference Include="Autofac" Version="4.8.0" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/NCrawler.EsentServices/NCrawler.EsentServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Description>ESENT storage providers for the NCrawler</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="ManagedEsent" Version="1.9.4" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<TargetFrameworks>netstandard1.3</TargetFrameworks>
<Description>Storage in file system for the NCrawler</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NCrawler\NCrawler.csproj">
<Project>{411bf568-ea0d-45a5-88fa-0ad9e01ef23c}</Project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Description>Provides storing NCrawler data in isolated storage</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
<PropertyGroup>
<TargetFrameworks>net46</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac">
<Version>4.6.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NCrawler\NCrawler.csproj">
<Project>{411bf568-ea0d-45a5-88fa-0ad9e01ef23c}</Project>
Expand Down
5 changes: 1 addition & 4 deletions src/NCrawler.RedisServices/NCrawler.RedisServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac">
<Version>4.6.0</Version>
</PackageReference>
<PackageReference Include="ServiceStack.Redis">
<Version>4.5.12</Version>
<Version>5.0.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="iTextSharp">
<Version>5.5.11</Version>
<Version>5.5.13</Version>
</PackageReference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions src/NCrawler/NCrawler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>Crawler and scrapping framework which is written in C#</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Autofac" Version="4.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.Diagnostics.TextWriterTraceListener" Version="4.3.0" />
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
Expand Down
4 changes: 2 additions & 2 deletions test/NCrawler.Test/NCrawler.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<DebugType Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' != 'netcoreapp1.0'">Full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.0" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="Autofac" Version="4.8.0" />
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
Expand Down

0 comments on commit ea7e0ca

Please sign in to comment.