-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[net9.0] Move net9 to preview3 #21011
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rmarinho
added
the
area-infrastructure
CI, Maestro / Coherency, upstream dependencies/versions
label
Mar 5, 2024
Update the macios dependencies to new package names now that multi-targeting has been implemented for .NET 9 preview 3.
Seems we need to bump min versions
|
rmarinho
requested review from
rolfbjarne and
jonathanpeppers
and removed request for
PureWeen and
tj-devel709
March 5, 2024 16:29
@davidbritch we need to make sure we document new Catalyst min version is 15.0 |
rolfbjarne
previously approved these changes
Mar 5, 2024
jonathanpeppers
previously approved these changes
Mar 5, 2024
rmarinho
dismissed stale reviews from jonathanpeppers and rolfbjarne
via
March 5, 2024 19:02
366d13d
dalexsoto
previously approved these changes
Mar 5, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
CI, Maestro / Coherency, upstream dependencies/versions
fixed-in-9.0.0-preview.3.10457
needs-breaking-change-doc-created
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Updating to preview3 builds of net9 channels.
This pull request includes changes to the
eng/Version.Details.xml
andeng/Versions.props
files. The changes update the versions and SHAs of several dependencies to their newer versions.Version updates:
eng/Version.Details.xml
andeng/Versions.props
: UpdatedMicrosoft.Dotnet.Sdk.Internal
version from9.0.100-preview.2.24129.7
to9.0.100-preview.3.24155.3
. [1] [2]eng/Version.Details.xml
andeng/Versions.props
: UpdatedMicrosoft.NETCore.App.Ref
version from9.0.0-preview.2.24128.5
to9.0.0-preview.3.24154.11
. [1] [2]eng/Version.Details.xml
andeng/Versions.props
: UpdatedMicrosoft.Android.Sdk.Windows
version from34.99.0-preview.2.187
to34.99.0-preview.3.196
. [1] [2]eng/Version.Details.xml
andeng/Versions.props
: Updated multipleMicrosoft.Extensions
andMicrosoft.AspNetCore
dependencies to their9.0.0-preview.3.24154.11
and9.0.0-preview.3.24154.12
versions respectively. [1] [2]SHA updates:
eng/Version.Details.xml
: Updated SHAs for the dependencies whose versions were updated. [1] [2]