Skip to content

Commit 7fbe1d7

Browse files
author
Venturini Francesco
committed
Update Serilog and ApplicationInsights dependencies
Bump Serilog to 4.3.1 and set ApplicationInsights to use a version range ([2.23.0,3.0.0)). Also includes a minor XML formatting fix for the icon.png asset entry.
1 parent 72d5001 commit 7fbe1d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Serilog.Sinks.ApplicationInsights/Serilog.Sinks.ApplicationInsights.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Serilog" Version="4.3.0" />
27-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
26+
<PackageReference Include="Serilog" Version="4.3.1" />
27+
<PackageReference Include="Microsoft.ApplicationInsights" Version="[2.23.0,3.0.0)" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath=""/>
31+
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" />
3232
<None Include="..\..\README.md" Pack="true" Visible="false" PackagePath="/" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)