Uh oh!
There was an error while loading. Please reload this page.
Add separate properties for keep-in-sync versions - #97643
Conversation
ghost
commented
Jan 29, 2024
Tagging subscribers to this area: @vitek-karas, @agocke Issue Details
|
ghost
commented
Jan 29, 2024
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Details
|
401f846 to
96e5e8bCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
am11
commented
Jan 29, 2024
Failures are known (per Build Analysis). |
Uh oh!
There was an error while loading. Please reload this page.
c9618be to
23129d8Compare23129d8 to
b26a4a2CompareI'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. |
Uh oh!
There was an error while loading. Please reload this page.
b4b82fe to
a040a48Compaream11
commented
Feb 6, 2024
Extra changes by @akoeplinger reverted. Lets move them to a separate PR. |
@am11 do you have a back-up of @akoeplinger's changes? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…sembly.Webcil.csproj
am11
commented
Feb 6, 2024
Yup: |
Sweet, I didn't know that is possible on GH 👍 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| <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 --> |
There was a problem hiding this comment.
These aren't the versions in msbuild or VS afaik
There was a problem hiding this comment.
There was a problem hiding this comment.
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
lewing
commented
Feb 9, 2024
see #97836 |
am11
commented
Feb 9, 2024
Is this the correct issue? Not seeing the relevance. 👀 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
lewing
commented
Feb 10, 2024
nope, wrong paste buffer. apologies for the confusion |

#97021 (comment)