summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.0/microsoft.extensions.logging.nuspec
blob: 8e873dbdc7d1726b02f8210d5336bf6ae745539f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Logging</id>
    <version>2.0.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>Copyright © Microsoft Corporation</copyright>
    <tags>logging</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Logging" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" />
        <dependency id="Microsoft.Extensions.Options" version="2.0.0" />
      </group>
    </dependencies>
  </metadata>
</package>