-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
48 lines (48 loc) · 2.61 KB
/
Package.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package >
<metadata>
<id>Unity</id>
<version>5.11.1</version>
<authors>Unity Container Project</authors>
<owners>Unity Container Project</owners>
<licenseUrl>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</licenseUrl>
<projectUrl>https://github.com/unitycontainer/unity</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package contains Unity Container and Abstractions libraries as a single package.</description>
<releaseNotes>Entire Unity Library as single package. This is a convenience package containing both Unity.Abstractions and Unity.Container assemblies. This package is distributed for these who do now wish to separate declarations and implementation. </releaseNotes>
<copyright>Copyright © Unity Container Project 2018</copyright>
<tags>Unity Container unitycontainer Microsoft.Practices.Unity IoC</tags>
<dependencies>
<group targetFramework=".NET4.0">
</group>
<group targetFramework=".NET4.5">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NET4.6">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NET4.7">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp2.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="Container\src\bin\Release\**\Unity.Abstractions.dll" target="lib" />
<file src="Container\src\bin\Release\**\Unity.Abstractions.pdb" target="lib" />
<file src="Container\src\bin\Release\**\Unity.Container.dll" target="lib" />
<file src="Container\src\bin\Release\**\Unity.Container.pdb" target="lib" />
</files>
</package>