This is generally a meaningless and it is pretty much guaranteed that most people will be running against older versions of the UCRT.
Since the UCRT is distributed as part of Windows, the version that is being built against is identical to the version of the Windows SDK that is being used. So if the Windows SDK 10.0.26100.3037 SDK is being used then that is the version of the UCRT that is being built against. The problem is, the executable built against this executable will have no issues running on Windows 10 10.0.19045.xxxx.
The UCRT is not the same as the VC Redistributable.