mosa / MOSA-Project

Managed Operating System Alliance Project
https://www.mosa-project.org/
Other
405 stars 82 forks source link

Add missing DLL in NuGet packages + launchSettings.json fix #1229

Closed AnErrupTion closed 1 month ago

AnErrupTion commented 1 month ago

This PR adds the missing MicroCom.Runtime.dll dependency in the Mosa.Tools.Package.* NuGet packages, which is required for the Avalonia tools. It also fixes an issue in the launchSettings.json file of the MOSA template, where the working directory wouldn't be the same across every IDE, causing the launch to fail (note that the missing trailing slash at the end is intentional, because it is be added automatically).