Is there an official list of all the assemblies in the Microsoft.AspNetCore.App shared framework? Which is referenced in .csproj's as:
<FrameworkReference Include="Microsoft.AspNetCore.App" />
All I could find is an old package list from January 2019 which no longer exists in the aspnetcore repo:
Is there an official up-to-date reference somewhere?