Skip to content

Commit 884f641

Browse files
dependabot[bot]flcdrg
authored andcommitted
Bump Serilog.Sinks.ApplicationInsights from 5.0.0 to 5.0.1
--- updated-dependencies: - dependency-name: Serilog.Sinks.ApplicationInsights dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog.Sinks.ApplicationInsights dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b72f09b commit 884f641

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

net9/FuncWithAddSerilog/FuncWithAddSerilog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />
1919
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
20-
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="5.0.0" />
20+
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="5.0.1" />
2121
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
2222
</ItemGroup>
2323
<ItemGroup>

net9/FuncWithSerilog/FuncWithSerilog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" />
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
1818
<PackageReference Include="Serilog.Extensions.Hosting" Version="10.0.0" />
19-
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="5.0.0" />
19+
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="5.0.1" />
2020
<PackageReference Include="Serilog.sinks.console" Version="6.1.1" />
2121
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)