We've got a bunch of C# code that references Prism.Core. Prism.Core is a portable class library. When we reference this in C++/CLI and try to use a delegate command, we get:
C4691: 'System::Object': type referenced was expected in unreferenced assembly 'System.Runtime', type defined in current translation unit used instead
Can anyone explain why? And is there any way to fix, other than rebuilding the source, which I didn't want to do as Prism is Nugeted into our c# source?