You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.2 KiB
Plaintext
40 lines
2.2 KiB
Plaintext
|
4 days ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>Unity.Interception</id>
|
||
|
|
<version>5.11.1</version>
|
||
|
|
<authors>Unity Open Source Project</authors>
|
||
|
|
<owners>Unity Open Source Project</owners>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<licenseUrl>https://github.com/unitycontainer/unity/blob/master/LICENSE</licenseUrl>
|
||
|
|
<projectUrl>https://github.com/unitycontainer/unity</projectUrl>
|
||
|
|
<iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
|
||
|
|
<description>Unity Interception</description>
|
||
|
|
<releaseNotes>This package is compatible with Net Standard 2.0, Net Core 2.0, .NET 4.5, 4.6, and 4.7 frameworks.</releaseNotes>
|
||
|
|
<copyright>Copyright © Unity Container Project 2018</copyright>
|
||
|
|
<tags>Unity Container unitycontainer Microsoft.Practices.Unity IoC Interception</tags>
|
||
|
|
<repository type="git" url="https://github.com/unitycontainer/unity" commit="f0b4a0e5f3e2e0f96211830e0785f52e66fe384a" />
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework=".NETFramework4.5">
|
||
|
|
<dependency id="Unity.Container" version="5.11.1" exclude="Build,Analyzers" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETFramework4.6">
|
||
|
|
<dependency id="Unity.Container" version="5.11.1" exclude="Build,Analyzers" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETFramework4.7">
|
||
|
|
<dependency id="Unity.Container" version="5.11.1" exclude="Build,Analyzers" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETCoreApp2.0">
|
||
|
|
<dependency id="System.Reflection.Emit" version="4.3.0" exclude="Build,Analyzers" />
|
||
|
|
<dependency id="Unity.Container" version="5.11.1" exclude="Build,Analyzers" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETStandard2.0">
|
||
|
|
<dependency id="System.Reflection.Emit" version="4.3.0" exclude="Build,Analyzers" />
|
||
|
|
<dependency id="Unity.Container" version="5.11.1" exclude="Build,Analyzers" />
|
||
|
|
</group>
|
||
|
|
</dependencies>
|
||
|
|
<frameworkAssemblies>
|
||
|
|
<frameworkAssembly assemblyName="System.Runtime.Remoting" targetFramework=".NETFramework4.5, .NETFramework4.6, .NETFramework4.7" />
|
||
|
|
</frameworkAssemblies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|