Skip to content

Commit

Permalink
Bump Serilog.Sinks.Debug from 1.0.1 to 2.0.0 (#1287)
Browse files Browse the repository at this point in the history
Bumps [Serilog.Sinks.Debug](https://github.com/serilog/serilog-sinks-debug) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/serilog/serilog-sinks-debug/releases)
- [Commits](https://github.com/serilog/serilog-sinks-debug/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2021
1 parent 61eede8 commit 0338423
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 @@ -36,7 +36,7 @@
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="1.0.1" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Applications/ReferenceServer/Reference Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<Version>2.10.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.Debug">
<Version>1.0.1</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.File">
<Version>4.1.0</Version>
Expand Down

0 comments on commit 0338423

Please sign in to comment.