-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
EpicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.
Milestone
Description
For .NET Core 3.0, we expect to separate targeting packs, which contain the assets needed at build time when targeting .NET Core 3.0 from "runtime packs", which will include the platform-specific runtime components for .NET Core 3 which are deployed with self-contained apps.
This issue tracks the work required in order to support runtime packs. This includes:
- Figuring out the layout of runtime packs
- Resolve runtime pack to use for self-contained publish (including RID)
- Consuming the assets from a runtime pack for self-contained publish
- Creating the runtime packs for each supported shared framework:
- .NET Core
- ASP.NET Core
- Microsoft.DesktopUI
- Potentially, supporting explicit runtime pack acquisition (via a command such as
dotnet runtime-pack install Microsoft.NETCore.App -version 2.0.6 -rid linux-x64
Metadata
Metadata
Assignees
Labels
EpicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.