This PR does the maintenance stuff of updating mzLib, updating to net5.0, and explicitly building with x64 that's used for mzLib.
I couldn't figure out how to get Utils and CMD to build without the WindowsDesktop framework, so they still target net5.0-windows. I think they should eventually target net5.0 instead, so that they're cross-platform. I made an issue for that here. https://github.com/smith-chem-wisc/FlashLFQ/issues/99
This PR does the maintenance stuff of updating mzLib, updating to net5.0, and explicitly building with x64 that's used for mzLib.
I couldn't figure out how to get
Utils
andCMD
to build without the WindowsDesktop framework, so they still targetnet5.0-windows
. I think they should eventually targetnet5.0
instead, so that they're cross-platform. I made an issue for that here. https://github.com/smith-chem-wisc/FlashLFQ/issues/99