I Created a simple .Net class library using VS2017 and windows 10 and changed the output type to winmdobj as stated in this msdn guide: https://learn.microsoft.com/en-us/windows/uwp/winrt-components/brokered-windows-runtime-components-for-side-loaded-windows-store-apps but after that I build the code and it errors with:
Platform Attribute 'Windows.Foundation.Metadata.ActivatableAttribute' is either defined in an assembly that is not referenced or does not have the expected constructor. Please ensure that your assembly references include the .NET Framework and Windows Runtime platform assemblies, such as System.Runtime.dll and Windows.winmd.
I added a reference to System.Runtime.dll and Window.winmd but still giving me the same error
Am I using the wrong references? Any help please?