-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update targeting and runtime packs for net9.0 TFM #44508
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
Conversation
Should it target 9.0.1xx branch, given https://github.com/dotnet/dotnet/blob/52984474a89f4885cda8c5b49c1f01952e7f5a00/global.json#L3 |
You mean because the VMR's SDK is behind by one preview release? No, we want nightly 10.0 SDK releases to bring the latest available runtime and targeting packs from the 9.0 release in. I don't think that the VMR would break because of this. |
Ah, but do you at what point we will define |
src/Installer/redist-installer/targets/GenerateBundledVersions.targets
Outdated
Show resolved
Hide resolved
….targets Co-authored-by: Adeel Mujahid <[email protected]>
I'm doing the minimal change here to unblock #43015. I'm not really familiar with when or how the SDK team updates these versions so I would defer to them on that. |
We already did the known framework work here: #42969 This list is the downlevel implicit version and we update it to a stable version once we have a released 9.0.0 version. Going to rc2 in the interim is fine. |
@marcpopMSFT The stale P7 version is blocking the |
@ViktorHofer sb failed due to missing packages https://dev.azure.com/dnceng-public/public/_build/results?buildId=856092&view=results
do we need a new source build baseline or just add these packages to one of the package feeds it's searching in? |
@am11 commented in the other PR and asked the soruce-build team. I think we just need to update the Private.SourceBuilt packages. |
Needed for #43015