Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit edb7617

Browse files
build(deps): bump Serilog
Bumps [Serilog](https://github.com/serilog/serilog) from 2.12.0 to 3.0.1. - [Release notes](https://github.com/serilog/serilog/releases) - [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md) - [Commits](serilog/serilog@v2.12.0...v3.0.1) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d31ac9 commit edb7617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/csharp/PortingAssistant/PortingAssistant.Common/PortingAssistant.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="PortingAssistant.Client.Client" Version="2.12.13-alpha-gb29282aa8d" />
1919
<PackageReference Include="PortingAssistant.Client.Telemetry" Version="2.12.13-alpha-gb29282aa8d" />
20-
<PackageReference Include="Serilog" Version="2.12.0" />
20+
<PackageReference Include="Serilog" Version="3.0.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.3" />
2222
</ItemGroup>
2323
<ItemGroup>

0 commit comments

Comments
 (0)