BedeGaming / sinks-rollingfile

A serilog sink for rolling files based on size and time
Apache License 2.0
15 stars 20 forks source link

UWP support? #34

Open theothernt opened 7 years ago

theothernt commented 7 years ago

UWP apps support .NET Standard 1.4 libraries but RollingFileAlternate uses .NET Standard 1.6.

Is it possible to lower this target to 1.4?