I did this tutorial to incloud EF7 SQLite to my UWP app: http://ef.readthedocs.org/en/latest/platforms/uwp/getting-started.html
But with the latest EF and EF.Commands version: 7.0.0-rc1-final.
Now I tried to create my first migration with this command in the package-manager-console:
Add-Migration MyFirstMigration
But I get this error:
Could not load file or assembly 'System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
How can I fix that?