Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET 11.0 SDK and related dependencies from alpha.1 to preview.1 band. The changes standardize version numbers across multiple configuration files to use the new preview.1.26069.103 build instead of the previous alpha.1.26065.101 build.
Changes:
- Updated .NET SDK version from 11.0.100-alpha.1.26065.101 to 11.0.100-preview.1.26069.103
- Updated all Microsoft.Extensions.* package versions to preview.1 band
- Updated all Microsoft.AspNetCore.* package versions to preview.1 band
- Updated build tooling (Arcade, Helix) to beta.26069.103
- Updated SHA references in Version.Details.xml to reflect new dotnet/dotnet commit
- Updated Android and iOS/macOS manifest version bands from $(DotNetVersionBand) to 11.0.100-alpha.1
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| global.json | Updated .NET SDK version and build SDK versions to preview.1 band |
| eng/Versions.props | Updated all package version properties for Extensions, AspNetCore, and build tooling to preview.1 band; updated manifest version bands for Android and iOS/macOS |
| eng/Version.Details.xml | Updated dependency versions and SHA references to match new preview.1 build |
| src/Templates/src/cgmanifest.json | Updated Microsoft.Extensions package versions in component governance manifest to preview.1 band |
d15bb64 to
b343d22
Compare
Fixes:
/Users/builder/azdo/_work/3/s/.dotnet/packs/Microsoft.MacCatalyst.Sdk.net11.0_26.2/26.2.11310-net11-p1/tools/msbuild/Xamarin.Shared.targets(666,3): The SupportedOSPlatformVersion value '15.0' in the project file is lower than the minimum value '17.0'. [/Users/builder/azdo/_work/_temp/test-dir/Testa038617c3c71244588214/Testa038617c3c71244588214.csproj]
Member
|
Some of the tests fail here with:
I think the problem is the project templates define |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Move to net11.0 preview1 band