I'm trying to use the new WPF Preview of AppCenter integration in my application. But after adding the NuGet packages, it appears as though Microsoft's Assemblies are not Strong Named.
Could not load file or assembly 'Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
Has anyone been able to use these packages within a Strong Named application? Is there any trick to get this working?
User contributions licensed under CC BY-SA 3.0