serilog-contrib / serilog-sinks-applicationinsights

A Serilog sink that writes events to Microsoft Azure Application Insights
Apache License 2.0
220 stars 72 forks source link

Upgrade minimum supported version to .NET 4.5.2 #146

Closed RiverPhillips closed 4 years ago

RiverPhillips commented 4 years ago

Upgrade minimum supported version to .NET 4.5.2 as Microsoft no longer supports lower versions. This enables upgrading to future versions of Application Insights and resolves Issue #145.

RiverPhillips commented 4 years ago

Consolidated this and app insights version upgrade in #148