-
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
[release/7.0] Bump 6.0 workload #79085
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@@ -7,7 +7,7 @@ | |||
<MinorVersion>0</MinorVersion> | |||
<PatchVersion>2</PatchVersion> | |||
<SdkBandVersion>7.0.100</SdkBandVersion> | |||
<PackageVersionNet6>6.0.12</PackageVersionNet6> | |||
<PackageVersionNet6>6.0.13</PackageVersionNet6> |
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.
This value should probably be calculated off of the .NET 7 version, rather than manually updated.
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.
it needs to match the sdk downlevel version but we don't get the sdk update.
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.
But since we almost always ship 6 and 7 in the same month., we can calculate '13' off of the 7.0.2 version in msbuild math logic.
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.
yeah, that is definitely better than it getting missed
Bump the 6.0.x version to 6.0.13 for servicing. Without this the 7.0.1xx sdks will not get the latest 6.0.13 runtimes for maui/wasm