Skip to content

Commit

Permalink
upgrade nlog and yaml (OrchardCMS#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetski5822 authored Jun 19, 2017
1 parent 86a7159 commit 8a7cb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog.Web.AspNetCore" Version="4.4.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.2" />
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
<PackageReference Include="YamlDotNet" Version="4.2.1" />
</ItemGroup>

</Project>

0 comments on commit 8a7cb5b

Please sign in to comment.