26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>Microsoft.Extensions.Logging</id>
|
||
|
<version>2.1.0</version>
|
||
|
<authors>Microsoft</authors>
|
||
|
<owners>Microsoft</owners>
|
||
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
|
<licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
|
||
|
<projectUrl>https://asp.net/</projectUrl>
|
||
|
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||
|
<description>Logging infrastructure default implementation for Microsoft.Extensions.Logging.</description>
|
||
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
<tags>logging</tags>
|
||
|
<serviceable>true</serviceable>
|
||
|
<repository type="git" url="https://github.com/aspnet/Logging" commit="6dffd8b4f6b6e2204224ae586cbea19375a7d206" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETStandard2.0">
|
||
|
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.1.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="Microsoft.Extensions.Configuration.Binder" version="2.1.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.1.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="Microsoft.Extensions.Options" version="2.1.0" exclude="Build,Analyzers" />
|
||
|
</group>
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|