Closed
Description
SDK work:
- Resolve runtime pack assets from
data/RuntimeList.xml
(proposed format is here: https://github.com/dotnet/core-setup/issues/6409) - Use platform manifest from runtime pack for conflict resolution for self-contained apps
- Some discussion of this is here: Get platform manifest and conflict resolution data from targeting packs or runtime packs if appropriate #2933
Runtime pack work:
- Microsoft.NETCore.App and Microsoft.WindowsDesktop.App
- Use final package names - https://github.com/dotnet/core-setup/issues/6508
-
Microsoft.NETCore.App.Runtime.<RID>
-
Microsoft.WindowsDesktop.App.Runtime.<RID>
-
Microsoft.NETCore.DotNetHostResolver.<RID>
-
Microsoft.NETCore.DotNetHostPolicy.<RID>
-
- Add runtime list - https://github.com/dotnet/core-setup/issues/6409)
- Add platform manifest - https://github.com/dotnet/core-setup/issues/6509
- Rename FrameworkList.xml to RuntimeList.xml in runtime packs - https://github.com/dotnet/core-setup/issues/6764
- Add Locale information about runtime pack resource DLLs to runtime pack manifest: https://github.com/dotnet/core-setup/issues/6768
- Use final package names - https://github.com/dotnet/core-setup/issues/6508
- Microsoft.AspNeTCore.App
- Use final package name:
Microsoft.AspNetCore.App.Runtime.<RID>
- Add runtime list - Add file manifest to ASP.NET runtime packs aspnetcore#10216
- Add platform manifest - Add platform manifest to ASP.NET Core runtime pack aspnetcore#10474
- Use final package name: