HarmonyCore
HarmonyCore copied to clipboard
Project build order issue
In solutions based on the harmonycore
project template we rely on common properties to set RPSMFIL and RPSTFIL. This is because we can't currently use project references to the repository project, because it's not a .NET Core project and it messes up the build.
The problem is that MSBUILD now does not know about the dependency in the repository project, resulting in it getting built AFTER other projects that depend on it.
@SteveIves at least in the main repo sample project this is now fixed. We use project references to the repository project. Is this mirrored in the templates or do we need to do that before we close this issue?