<PackageReference Include="Castle.Windsor" Version="3.0.0.3001" />

Castle.Windsor 3.0.0.3001

Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Castle.Windsor</id>
    <version>3.0.0.3001</version>
    <title>Castle Windsor 3.0 RC 1</title>
    <authors>Castle Project Contributors</authors>
    <owners>Castle Project Contributors</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
    <projectUrl>http://docs.castleproject.org/Windsor.MainPage.ashx</projectUrl>
    <iconUrl>http://www.castleproject.org/images/wc_logo32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.</description>
    <summary>Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.</summary>
    <tags>castle windsor inversionOfControl DependencyInjection</tags>
    <dependencies>
      <dependency id="Castle.Core" version="3.0.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0-Client" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.0-Client" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework="Silverlight4.0" />
      <frameworkAssembly assemblyName="System.Windows" targetFramework="Silverlight4.0" />
    </frameworkAssemblies>
  </metadata>
</package>