-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAutofac.log4net.nuspec
32 lines (32 loc) · 1.3 KB
/
Autofac.log4net.nuspec
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
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package >
<metadata>
<id>Autofac.log4net</id>
<version>$version$</version>
<title>Autofac.log4net</title>
<license type="expression">MIT</license>
<authors>Eran Gil</authors>
<owners>Eran Gil</owners>
<projectUrl>https://github.com/erangil2/autofac.log4net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package allows Autofac to integrate with the log4net logging framework. The main feature of the package is its Log4NetModule for Autofac.</description>
<copyright>Copyright 2020</copyright>
<tags>log logging autofac log4net di dependency injection</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="Autofac" version="6.0.0" />
<dependency id="log4net" version="2.0.8" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Autofac" version="6.0.0" />
<dependency id="log4net" version="2.0.8" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\net461\Autofac.log4net.dll" target="lib\net461"/>
<file src="bin\net461\Autofac.log4net.pdb" target="lib\net461"/>
<file src="bin\netstandard2.0\Autofac.log4net.dll" target="lib\netstandard2.0"/>
<file src="bin\netstandard2.0\Autofac.log4net.pdb" target="lib\netstandard2.0"/>
</files>
</package>