nuget reorganization
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Serilog.Sinks.File</id>
|
||||
<version>5.0.0</version>
|
||||
<authors>Serilog Contributors</authors>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>images\icon.png</icon>
|
||||
<projectUrl>https://serilog.net/</projectUrl>
|
||||
<iconUrl>https://serilog.net/images/serilog-sink-nuget.png</iconUrl>
|
||||
<description>Write Serilog events to text files in plain or JSON format.</description>
|
||||
<tags>serilog file</tags>
|
||||
<repository type="git" url="https://github.com/serilog/serilog-sinks-file" commit="7eb21bd4d35d0b8b7d13e6a15851c9903ea9a468" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.5">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard1.3">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user