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
古いプロジェクトで既に使用されている新しいプロジェクトに同じバージョンの PostSharp を NuGet でロードする方法はありますか?