Serilog.Sinks.RollingFile 3.3.0-dev-00760
The rolling file sink for Serilog - Simple .NET logging with fully-structured events
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Serilog.Sinks.RollingFile</id>
<version>3.3.0-dev-00760</version>
<authors>Serilog Contributors</authors>
<owners>Serilog Contributors</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://serilog.net/</projectUrl>
<iconUrl>http://serilog.net/images/serilog-sink-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The rolling file sink for Serilog - Simple .NET logging with fully-structured events</description>
<tags>serilog,file,io,rolling</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Serilog.Sinks.File" version="[3.2.0, )" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.IO" version="[4.1.0, )" />
<dependency id="System.IO.FileSystem.Primitives" version="[4.0.1, )" />
<dependency id="System.Runtime.InteropServices" version="[4.1.0, )" />
<dependency id="System.Text.Encoding.Extensions" version="[4.0.11, )" />
<dependency id="Serilog.Sinks.File" version="[3.2.0, )" />
</group>
</dependencies>
</metadata>
</package>