我已经开始使用 NuGet 将 PostSharp 安装到我的项目中,这是我经常遇到的:
1) Start new solution and project
2) Add existing project(s) (that new project references) that already use(s) PostSharp
3) Use NuGet to add PostSharp to the new project
4) Try to compile/run but get errors about not being able to load PostSharp properly
5) Realize the new project is using a slightly newer version of PostSharp
6) Use NuGet manager to remove/readd Postsharp to existing projects so they're up to date
有没有办法让 NuGet 将相同版本的 PostSharp 加载到已在旧项目中使用的新项目中,或者 NuGet 只获得最新版本?