Open
Description
In order to make source-build simpler, the runtime started shipping targeting packs every patch release even when there were no changes, so that, for example, the 6.0.1 targeting pack was released even when it was identical to 6.0.0 except for the version number. We now see a similar issue with ILAsm and ILDasm in 7.0 servicing - there was no 7.0.1 version of these released and source-build has no way to reliably know what the "last known good" version is. Is it possible to release these tools the same way so source-build can use the most current version number without having to maintain LKG version numbers?