-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add separate properties for keep-in-sync versions #97643
Conversation
Tagging subscribers to this area: @vitek-karas, @agocke Issue Details
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Details
|
401f846
to
96e5e8b
Compare
Failures are known (per Build Analysis). |
src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj
Outdated
Show resolved
Hide resolved
c9618be
to
23129d8
Compare
23129d8
to
b26a4a2
Compare
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. |
b4b82fe
to
a040a48
Compare
Extra changes by @akoeplinger reverted. Lets move them to a separate PR. |
@am11 do you have a back-up of @akoeplinger's changes? |
src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj
Outdated
Show resolved
Hide resolved
src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj
Outdated
Show resolved
Hide resolved
…sembly.Webcil.csproj
Yup: |
Sweet, I didn't know that is possible on GH 👍 |
@@ -129,7 +129,9 @@ | |||
<SystemDrawingCommonVersion>8.0.0</SystemDrawingCommonVersion> | |||
<SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion> | |||
<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.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
see #97836 |
Is this the correct issue? Not seeing the relevance. 👀 |
nope, wrong paste buffer. apologies for the confusion |
#97021 (comment)