Skip to content

Commit e165fbf

Browse files
committed
Merge branch 'v5.x' of https://github.com/unitycontainer/unity into v5.x
# Conflicts: # Package.nuspec
2 parents 0a9557b + 3a777ab commit e165fbf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Package.nuspec

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,28 @@
55
<version>5.8.7</version>
66
<authors>Microsoft.Practices.Unity</authors>
77
<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>
99
<projectUrl>https://github.com/unitycontainer/unity</projectUrl>
1010
<iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Unity Container Library as single package</description>
1313
<releaseNotes>Entire Unity Library as single package.</releaseNotes>
1414
<Copyright>Copyright © Unity Container Project 2018</Copyright>
1515
<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>
1630
</metadata>
1731
<files>
1832
<file src="lib\**" target="lib" exclude="**\*.nupkg" />

0 commit comments

Comments
 (0)