jaredpar / basic-reference-assemblies

Produce NuPkg files that have .NET Reference assemblies as resources
MIT License
96 stars 15 forks source link

Fix README #23

Closed jaredpar closed 2 years ago

jaredpar commented 2 years ago

The README.md previously file had instructions for how to emit images to disk. Those instructions were inaccurate and it's hard to make them accurate for all runtimes. Changed it to use in memory execution of the assembly.

closes #22