Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes in Microsoft.NETCore.App packs #45566

Merged
merged 2 commits into from
Dec 4, 2020

Conversation

jkoritzinsky
Copy link
Member

Include the fallback RID graph in the Microsoft.NETCore.App runtime pack.

Remove extraneous entries from the Microsoft.NETCore.App platform manifest and drive generation of the platform manifest entries for managed libraries from a list that already exists in the libraries portion of the repo.

@jkoritzinsky
Copy link
Member Author

cc: @JunTaoLuo

Copy link
Contributor

@sdmaclea sdmaclea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I don't fully understand it.

<PlatformManifestFileEntry Include="netstandard.dll" />
<PlatformManifestFileEntry Include="WindowsBase.dll" />
<PlatformManifestFileEntry Include="Microsoft.VisualBasic.dll" />
<PlatformManifestFileEntry Include="System.ComponentModel.DataAnnotations.dll" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK to go as is. Consider a follow up to reduce the list using netfxreference.props.

@jkoritzinsky jkoritzinsky merged commit 4a200d1 into dotnet:master Dec 4, 2020
@jkoritzinsky jkoritzinsky deleted the fix-packs branch December 4, 2020 00:06
@ghost ghost locked as resolved and limited conversation to collaborators Jan 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants