Trying to run .Net Core app with Mono on Raspberry Pi Zero W (as you know, .Net Core JIT is not support the ARMv6 processor instructions) and I've got error all time:
Cannot open assembly '#assembly_name#': File does not contain a valid CIL image.
Looks like Mono isn't support .Net Core.
So, is there any way to run .Net Core apps on Raspberry Pi Zero (maybe without Mono with something else)?