Skip to content

Add separate properties for keep-in-sync versions - #97643

Merged
ViktorHofer merged 6 commits into
dotnet:mainfrom
am11:feature/package-versioning
Feb 6, 2024
Merged

Add separate properties for keep-in-sync versions#97643
ViktorHofer merged 6 commits into
dotnet:mainfrom
am11:feature/package-versioning

Conversation

@am11

@am11am11 commented Jan 29, 2024

Copy link
Copy Markdown
Member

@ghostghost added area-HostModel community-contribution Indicates that the PR has been added by a community member labels Jan 29, 2024
@am11
am11 requested a review from ViktorHoferJanuary 29, 2024 14:11
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @vitek-karas, @agocke
See info in area-owners.md if you want to be subscribed.

Issue Details

#97021 (comment)

Author:am11
Assignees:-
Labels:

area-HostModel, community-contribution

Milestone:-

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

#97021 (comment)

Author:am11
Assignees:-
Labels:

area-Infrastructure, community-contribution

Milestone:-

@am11
am11force-pushed the feature/package-versioning branch 2 times, most recently from 401f846 to 96e5e8bCompareJanuary 29, 2024 16:03
Comment threadeng/SourceBuildPrebuiltBaseline.xml Outdated
Comment threadeng/Versions.props Outdated
@am11

am11 commented Jan 29, 2024

Copy link
Copy Markdown
MemberAuthor

Failures are known (per Build Analysis).

@am11
am11 requested a review from maraf as a code ownerJanuary 30, 2024 20:44
@am11
am11force-pushed the feature/package-versioning branch from c9618be to 23129d8CompareJanuary 30, 2024 20:53
@am11
am11 requested a review from sbomer as a code ownerJanuary 30, 2024 20:53
@akoeplinger

akoeplinger commented Jan 31, 2024

Copy link
Copy Markdown
Member

I've fixed the msbuild task projects to use NetCoreAppToolCurrent and NetFrameworkToolCurrent, we can leverage the transitive references for System.Reflection.Metadata from msbuild packages in those projects so we don't need to explicitly reference it.

Comment threadeng/liveILLink.targets Outdated
@akoeplinger
akoeplingerforce-pushed the feature/package-versioning branch from b4b82fe to a040a48CompareJanuary 31, 2024 12:55
@am11

am11 commented Feb 6, 2024

Copy link
Copy Markdown
MemberAuthor

Extra changes by @akoeplinger reverted. Lets move them to a separate PR.

@ViktorHofer

ViktorHofer commented Feb 6, 2024

Copy link
Copy Markdown
Member

@am11 do you have a back-up of @akoeplinger's changes?

Comment threadsrc/tasks/WasmAppBuilder/WasmAppBuilder.csproj Outdated
Comment threadeng/Versions.props Outdated
Comment threadeng/Versions.props Outdated
@am11

am11 commented Feb 6, 2024

Copy link
Copy Markdown
MemberAuthor

@am11 do you have a back-up of @akoeplinger's changes?

Yup:
image
so we can see it like this: https://github.com/dotnet/runtime/commits/421482baf82d2cb0887da31ad73a39b15afdb855

@ViktorHofer

ViktorHofer commented Feb 6, 2024

Copy link
Copy Markdown
Member

Sweet, I didn't know that is possible on GH 👍

@ViktorHofer
ViktorHofer merged commit 994e272 into dotnet:mainFeb 6, 2024
KidiIT

This comment was marked as spam.

Comment threadeng/Versions.props
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
<SystemReflectionMetadataVersion>9.0.0-alpha.1.24072.1</SystemReflectionMetadataVersion>
<!-- Keep toolset versions in sync with dotnet/msbuild and dotnet/sdk -->

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.

These aren't the versions in msbuild or VS afaik

@lewinglewingFeb 8, 2024

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.

@am11am11Feb 9, 2024

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Yes, see #97021 (comment) and #97643 (comment). TL;DR, we need to keep version of SRM in HostModel lower or equal (when everything is out of beta/preview) than MSBuild and SDK. SDK and runtime are currently using 7.0, MSBuild has moved to 8.0.

KidiIT

This comment was marked as spam.

@lewing

Copy link
Copy Markdown
Member

see #97836

@am11

am11 commented Feb 9, 2024

Copy link
Copy Markdown
MemberAuthor

see #97836

Is this the correct issue? Not seeing the relevance. 👀

KidiIT

This comment was marked as spam.

@lewing

Copy link
Copy Markdown
Member

see #97836

Is this the correct issue? Not seeing the relevance. 👀

nope, wrong paste buffer. apologies for the confusion

@github-actionsgithub-actionsBot locked and limited conversation to collaborators Mar 12, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructurecommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@am11@akoeplinger@ViktorHofer@lewing@MichaelSimons@ashaurtaev@KidiIT