saleem-mirza / serilog-sinks-azure-analytics

Serilog sink which writes to Azure analytics
Apache License 2.0
62 stars 45 forks source link

Improve third party references #95

Open SymbioticKilla opened 2 months ago

SymbioticKilla commented 2 months ago

-- Reference System.Text.Json only for netstandard2.0. In .NET 8 is already included in runtime -- Remove System.Net.Http: not used -- Remove System.Net.Http.Json: not used -- Remove Microsoft.CSharp: not used -- Update System.Text.Json from 8.0.3 to 8.0.4: Fix CVE-2024-30105 -- Update Azure.Core from 1.39.0 to 1.42.0