[Castle]Castle.Model被Castle.Core代替了

我今天下载了11.1日发布的rc2的版本,发现找不到Castle.Model,后来发现多了个Castle.Core,发现可以用他来代替Castle.Model.
搜索了一下,果然看到官方文档中有:

- The assembly Castle.Model was replaced by Castle.Core

- Internal interfaces have changed to allocate ISubDependencyResolver chain and CreationContext.

http://www.castleproject.org/container/documentation/trunk/releasenotes/upgrading.html

原文地址:https://www.cnblogs.com/maplye/p/593608.html