I have a project that targets .net 4.5.2. When I install the v4 client I get this in my packages.config:
however when I then try and build the project I get this error:
warning MSB3274: The primary reference “EventStore.ClientAPI, Version=4.0.0.7, Culture=neutral, processorArchitecture=MSIL” could not be resolved because it was built against the “.NETFramework,Version=v4.6” framework. This is a higher version than the currently targeted framework “.NETFramework,Version=v4.5.2”.
Am I doing something wrong? Or am I forced to update everything to .net 4.6 in order to use the v4 api?
Thanks
Sam