Skip to content

Commit 5021cf5

Browse files
committed
build: 更新 Serilog 相关依赖包版本
升级 Serilog.AspNetCore 至 10.0.0 和 Serilog.Sinks.Grafana.Loki 至 8.3.2 移除不再需要的 Serilog.Sinks.Console 和 Serilog.Sinks.File 包
1 parent 832ca28 commit 5021cf5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

GameFrameX.Foundation.Logger/GameFrameX.Foundation.Logger.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
50-
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
51-
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0"/>
52-
<PackageReference Include="Serilog.Sinks.Grafana.Loki" Version="8.3.1" />
49+
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
50+
<PackageReference Include="Serilog.Sinks.Grafana.Loki" Version="8.3.2" />
5351
<PackageReference Include="Serilog.Sinks.MongoDB" Version="7.2.0" />
5452
</ItemGroup>
5553

0 commit comments

Comments
 (0)