Closed
Description
Thanks to the reference packs, a source-build sdk can now build .NET Core applications that can be considered themselves source-buildable.
This doesn't apply to self-contained applications, and ReadyToRun applications. These require downloading a Microsoft.NETCore.App.Runtime.<rid>
package from nuget.org. (This includes framework dependent ReadyToRun, probably because it uses the package to aquire crossgen
.)
This issue is for building and including the Runtime package with the sdk. This makes it possible for the maintainer to apply patches during source-build, and the applications built this way using the sdk can be considered source-buildable.
Metadata
Metadata
Assignees
Type
Projects
Status
Done