Skip to content

Pin Platform Manifest file to 6.0.0 Version of the file during servicing - #61260

Closed
Anipik wants to merge 4 commits into
dotnet:release/6.0from
Anipik:manifest
Closed

Pin Platform Manifest file to 6.0.0 Version of the file during servicing#61260
Anipik wants to merge 4 commits into
dotnet:release/6.0from
Anipik:manifest

Conversation

@Anipik

Copy link
Copy Markdown
Contributor

Fixes#61216
Arcade change:- dotnet/arcade#8143

@Anipik
Anipik requested a review from ericstjNovember 5, 2021 19:22
@ghostghost added the area-Setup label Nov 5, 2021
</Target>

<ItemGroup Condition="'$(PreReleaseVersionLabel)' == 'servicing'">
<ReferencePlatformManifestPath Include="PlatformManifest.txt" TargetPath="data" GeneratedBuildFile="true" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm not sure if we need GeneratedBuildFile here or not, @jkoritzinsky?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks like this metadata is required to avoid it showing up in the framework deps file here: https://github.com/dotnet/arcade/blob/0602cfaab1dfdbf7802dd3d2876fd17cf4ae04a7/src/Microsoft.DotNet.SharedFramework.Sdk/src/GenerateSharedFrameworkDepsFile.cs#L57

I think we can avoid the extra item though.

@Anipik

Copy link
Copy Markdown
ContributorAuthor

cc @safern@mmitche this is another critical one that we need for the december release. This one requires the arcade change to be merged.

@Anipik

Copy link
Copy Markdown
ContributorAuthor

closing this in favour of #61422

@AnipikAnipik closed this Nov 11, 2021
@ghostghost locked as resolved and limited conversation to collaborators Dec 11, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Anipik@ericstj