Open
Description
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.