mons crashes trying to get the output of a successful build from the core branch, because it checks in the `net452` folder instead of `net7.0`: ``` FileNotFoundError: [Errno 2] No such file or directory: '<snip>/everest/Celeste.Mod.mm/bin/Debug/net452' ```
mons crashes trying to get the output of a successful build from the core branch, because it checks in the
net452folder instead ofnet7.0: