Skip to content

Instantly share code, notes, and snippets.

@mhoyer
Created February 9, 2012 13:02
Show Gist options
  • Save mhoyer/1779851 to your computer and use it in GitHub Desktop.
Save mhoyer/1779851 to your computer and use it in GitHub Desktop.
No Castle.MicroKernel
c:\temp>nuget install castle.windsor -version 2.1.1
Attempting to resolve dependency 'Castle.Core (≥ 1.2.0)'.
Attempting to resolve dependency 'log4net (≥ 1.2.10)'.
Attempting to resolve dependency 'NLog (≥ 1.0.0.505)'.
Attempting to resolve dependency 'Castle.DynamicProxy (≥ 2.2.0)'.
Successfully installed 'log4net 1.2.11'.
Successfully installed 'NLog 1.0.0.505'.
Successfully installed 'Castle.Core 1.2.0'.
Successfully installed 'Castle.DynamicProxy 2.2.0'.
Successfully installed 'Castle.Windsor 2.1.1'.
c:\temp>dir /s /b
c:\temp\Castle.Core.1.2.0\Castle.Core.1.2.0.nupkg
c:\temp\Castle.Core.1.2.0\lib
c:\temp\Castle.Core.1.2.0\lib\Castle.Core.dll
c:\temp\Castle.Core.1.2.0\lib\Castle.Services.Logging.log4netIntegration.dll
c:\temp\Castle.Core.1.2.0\lib\Castle.Services.Logging.NLogIntegration.dll
c:\temp\Castle.DynamicProxy.2.2.0\Castle.DynamicProxy.2.2.0.nupkg
c:\temp\Castle.DynamicProxy.2.2.0\lib
c:\temp\Castle.DynamicProxy.2.2.0\lib\Castle.DynamicProxy2.dll
c:\temp\Castle.Windsor.2.1.1\Castle.Windsor.2.1.1.nupkg
c:\temp\Castle.Windsor.2.1.1\lib
c:\temp\Castle.Windsor.2.1.1\lib\Castle.Windsor.dll # <<< requires Castle.MicroKernel
c:\temp\log4net.1.2.11\lib
c:\temp\log4net.1.2.11\log4net.1.2.11.nupkg
c:\temp\log4net.1.2.11\lib\net10-full
c:\temp\log4net.1.2.11\lib\net11-full
c:\temp\log4net.1.2.11\lib\net20-cf
c:\temp\log4net.1.2.11\lib\net20-full
c:\temp\log4net.1.2.11\lib\net35-client
c:\temp\log4net.1.2.11\lib\net35-full
c:\temp\log4net.1.2.11\lib\net40-client
c:\temp\log4net.1.2.11\lib\net40-full
c:\temp\log4net.1.2.11\lib\net10-full\log4net.dll
c:\temp\log4net.1.2.11\lib\net10-full\log4net.xml
c:\temp\log4net.1.2.11\lib\net11-full\log4net.dll
c:\temp\log4net.1.2.11\lib\net11-full\log4net.xml
c:\temp\log4net.1.2.11\lib\net20-cf\log4net.dll
c:\temp\log4net.1.2.11\lib\net20-cf\log4net.xml
c:\temp\log4net.1.2.11\lib\net20-full\log4net.dll
c:\temp\log4net.1.2.11\lib\net20-full\log4net.xml
c:\temp\log4net.1.2.11\lib\net35-client\log4net.dll
c:\temp\log4net.1.2.11\lib\net35-client\log4net.xml
c:\temp\log4net.1.2.11\lib\net35-full\log4net.dll
c:\temp\log4net.1.2.11\lib\net35-full\log4net.xml
c:\temp\log4net.1.2.11\lib\net40-client\log4net.dll
c:\temp\log4net.1.2.11\lib\net40-client\log4net.xml
c:\temp\log4net.1.2.11\lib\net40-full\log4net.dll
c:\temp\log4net.1.2.11\lib\net40-full\log4net.xml
c:\temp\NLog.1.0.0.505\lib
c:\temp\NLog.1.0.0.505\NLog.1.0.0.505.nupkg
c:\temp\NLog.1.0.0.505\lib\NLog.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment