Skip to content

Create "empty" Microsoft.NETCore.App package to support a 3.0 workaround #3528

@dagood

Description

@dagood

To work around not getting some NuGet features that we won't get in time for 3.0, we need to provide a mostly empty Microsoft.NETCore.App package for the SDK to implement some fixes.

Proposal (thanks for this @dsplaisted!):

  • Rename the existing Microsoft.NETCore.App package to something like Microsoft.NETCore.App.Internal or Microsoft.NETCore.App.Insertion
  • Create a new Microsoft.NETCore.App package which has no assets, and only has a dependency on Microsoft.NETCore.Platforms

Issues this will help with:

Once Runtime Pack work is complete and those are used instead of Microsoft.NETCore.App, we can stop producing Microsoft.NETCore.App.Internal.

/cc @nguerrera

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions