Using Mono.Cecil to generate HelloWorld IL targeting .NET 8, error loading System.Private.CoreLib
I am trying to use Mono.Cecil (v 0.11.5) to emit an IL assembly as an .EXE,
written in C# 12 on .NET 8. Almost all of the information I can find on using
Mono.Cecil is for .NET Framework.