Hi!
Microsoft.Practices.Prism.PubSubEvents.dll causes a compiler warning in my project, because it depends on System and System.Core with Version 2.0.5.0:
```
There was a conflict between "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes".
"System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" was chosen because it was primary and "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes" was not.
References which depend on "System.Core, Version=4.0.0.0, Culture=neutral,
[...]
References which depend on "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes" [].
[...]\bin\Debug\Microsoft.Practices.Prism.PubSubEvents.dll
```
Can you fix this, please?
Comments: Issue still here in VS 2015. Anyone home?
Microsoft.Practices.Prism.PubSubEvents.dll causes a compiler warning in my project, because it depends on System and System.Core with Version 2.0.5.0:
```
There was a conflict between "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes".
"System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" was chosen because it was primary and "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes" was not.
References which depend on "System.Core, Version=4.0.0.0, Culture=neutral,
[...]
References which depend on "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes" [].
[...]\bin\Debug\Microsoft.Practices.Prism.PubSubEvents.dll
```
Can you fix this, please?
Comments: Issue still here in VS 2015. Anyone home?