|
5 | 5 | <version>5.8.7</version>
|
6 | 6 | <authors>Microsoft.Practices.Unity</authors>
|
7 | 7 | <owners>Microsoft.Practices.Unity</owners>
|
8 |
| - <licenseUrl>https://github.com/unitycontainer/unity/blob/master/LICENSE</licenseUrl> |
| 8 | + <licenseUrl>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</licenseUrl> |
9 | 9 | <projectUrl>https://github.com/unitycontainer/unity</projectUrl>
|
10 | 10 | <iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
12 | 12 | <description>Unity Container Library as single package</description>
|
13 | 13 | <releaseNotes>Entire Unity Library as single package.</releaseNotes>
|
14 | 14 | <Copyright>Copyright © Unity Container Project 2018</Copyright>
|
15 | 15 | <tags>Unity Container unitycontainer Microsoft.Practices.Unity IoC</tags>
|
| 16 | + <dependencies> |
| 17 | + <group targetFramework=".NETCoreApp2.0"> |
| 18 | + <dependency id="System.Configuration.ConfigurationManager" version="4.4.1" exclude="Build,Analyzers" /> |
| 19 | + <dependency id="System.Reflection.Emit" version="4.3.0" exclude="Build,Analyzers" /> |
| 20 | + </group> |
| 21 | + <group targetFramework=".NETStandard2.0"> |
| 22 | + <dependency id="System.Configuration.ConfigurationManager" version="4.4.1" exclude="Build,Analyzers" /> |
| 23 | + <dependency id="System.Reflection.Emit" version="4.3.0" exclude="Build,Analyzers" /> |
| 24 | + </group> |
| 25 | + </dependencies> |
| 26 | + <frameworkAssemblies> |
| 27 | + <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.5, .NETFramework4.6, .NETFramework4.7" /> |
| 28 | + <frameworkAssembly assemblyName="System.Runtime.Remoting" targetFramework=".NETFramework4.5, .NETFramework4.6, .NETFramework4.7" /> |
| 29 | + </frameworkAssemblies> |
16 | 30 | </metadata>
|
17 | 31 | <files>
|
18 | 32 | <file src="lib\**" target="lib" exclude="**\*.nupkg" />
|
|
0 commit comments