Skip to content

Commit

Permalink
Merge pull request #28 from cdemi/dependabot/nuget/Serilog.Sinks.File…
Browse files Browse the repository at this point in the history
…-4.1.0
  • Loading branch information
dependabot-preview[bot] authored Oct 17, 2019
2 parents 3cb4d69 + 72e9a4f commit 630a838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bing Wallpaper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<HintPath>packages\Serilog.2.9.0\lib\net45\Serilog.dll</HintPath>
</Reference>
<Reference Include="Serilog.Sinks.File, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>packages\Serilog.Sinks.File.4.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
<HintPath>packages\Serilog.Sinks.File.4.1.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -112,4 +112,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="Serilog" version="2.9.0" targetFramework="net452" />
<package id="Serilog.Sinks.File" version="4.0.0" targetFramework="net452" />
<package id="Serilog.Sinks.File" version="4.1.0" targetFramework="net452" />
</packages>

0 comments on commit 630a838

Please sign in to comment.