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.
31 lines
1.9 KiB
XML
31 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>CommonServiceLocator</id>
|
|
<version>2.0.2</version>
|
|
<authors>Microsoft.Practices.ServiceLocation</authors>
|
|
<owners>Microsoft.Practices.ServiceLocation</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<licenseUrl>https://opensource.org/licenses/MS-PL</licenseUrl>
|
|
<projectUrl>https://github.com/unitycontainer/commonservicelocator</projectUrl>
|
|
<iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
|
|
<description>The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.</description>
|
|
<releaseNotes>This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0, .NET Standard 1.0 and .NET Standard 2.0</releaseNotes>
|
|
<copyright>Copyright © Microsoft 2008</copyright>
|
|
<tags>Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location</tags>
|
|
<repository type="git" url="https://github.com/unitycontainer/commonservicelocator" />
|
|
<dependencies>
|
|
<group targetFramework=".NETCoreApp1.0">
|
|
<dependency id="Microsoft.NETCore.App" version="1.0.5" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework=".NETFramework4.0" />
|
|
<group targetFramework=".NETFramework4.5" />
|
|
<group targetFramework=".NETFramework4.7" />
|
|
<group targetFramework=".NETStandard1.0">
|
|
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
|
|
<dependency id="System.ComponentModel" version="4.3.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |