Hi guys,
I've encountered an issue when adding React to a project. If I try to do services.AddReact() in the ConfigureServices method in the Startup class it throws a FileLoadExeption with the following details:
Could not load file or assembly 'React, Version=1.5.0.0, Culture=neutral, PublicKeyToken=9aed67b161f7db78' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
Does someone know why this happens and how I can resolve it?
I'm running CLR-x86-beta6 in Visual Studio 2015.
Thanks!