Skip to content

Commit

Permalink
Limit dependecies (#144)
Browse files Browse the repository at this point in the history
* limit dependencies

* limit dependencies

* limit dependencies
  • Loading branch information
304NotModified committed May 13, 2017
1 parent 3494b0c commit 65920fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Web;
using System.Collections.Specialized;
#else
using Microsoft.AspNetCore.Http.Extensions;
#endif
using NLog.LayoutRenderers;
using System.Collections.Generic;
Expand Down
7 changes: 5 additions & 2 deletions NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.0.2" />

<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.0.0" />

<PackageReference Include="NLog" Version="5.0.0-beta05" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.0.0-rtm-beta3" />
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
Expand Down

0 comments on commit 65920fe

Please sign in to comment.