I use Visual Studio 2013 and have upgraded a WPF solution from .NET 4.5.1 to 4.6.2.
I was using the PRISM 5 libraries, but I seem to be getting some build errors relating to classes using Prism after the upgrade, along the lines of :
error CS0012: The type 'System.Object' is defined in an assembly that is not
referenced. You must add a reference to assembly 'System.Runtime,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Should Prism 5 build and run with .NET 4.6.2? Links like this suggest Prism 5 might only support 4.5.x, but a lot of google has got me nowhere conclusive.