-
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
[net7.0] Update dependencies from xamarin/xamarin-android #11805
Merged
rmarinho
merged 28 commits into
net7.0
from
darc-net7.0-d26705c9-62b6-40ec-b2ce-fcb28e93993d
Feb 13, 2023
Merged
Changes from 11 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
76df498
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] c415029
Add --skip-sign-check to dotnet workload install
rmarinho bc59cd8
Only set R2R on WinExe
mattleibow 65f654a
[build] Add more --skip-sign-check to install workloads for samples
rmarinho 935cc79
Merge branch 'darc-net7.0-d26705c9-62b6-40ec-b2ce-fcb28e93993d' of ht…
rmarinho f96161d
Update Nuget.Config for runtime 6.0.12
rmarinho b2af7a2
Update Microsoft.Maui.Controls.SingleProject.props
mattleibow 94e79c1
Update dotnet.cake
mattleibow f0c611d
Update dotnet.cake
mattleibow 8eecfd7
Update dotnet.cake
mattleibow f980cc5
Update dotnet.cake
mattleibow 7cac3f4
Update dotnet.cake
mattleibow 06e9c32
Update dotnet.cake
mattleibow da855df
Merge remote-tracking branch 'origin/net7.0' into darc-net7.0-d26705c…
mattleibow 7de3f38
revert hax
mattleibow d117686
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] f3f84ec
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] 658638e
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] a0f0d9e
Merge branch 'net7.0' into darc-net7.0-d26705c9-62b6-40ec-b2ce-fcb28e…
rmarinho 9b9b11e
Update feeds
rmarinho 3c2a713
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] ee1c9d8
Merge remote-tracking branch 'origin/net7.0' into darc-net7.0-d26705c…
mattleibow ba3c11f
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] cdf1f3c
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] 00bf23b
Try fix build
rmarinho 1a90210
Update NuGet.config
jonathanpeppers 45f988a
Update dependencies from https://github.com/xamarin/xamarin-android b…
dotnet-maestro[bot] b92021d
Backport parts of f830ec0
jonathanpeppers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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.
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.
can this be the public 7.0.101 now?
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.
The reason you'd use a nightly build like
7.0.101-servicing.22571.1
, is so you can test changes before they ship.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.
Right but for example this failed to build and get merged before the servicing coming out.. we should have been able to test this earlier or get more people trying to fix the issues.
also if I change to 7.0.101 it doesn't install, can't find it ..
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.
./dotnet-install.sh --version 7.0.101
won't work for stable builds. You'd have to use./dotnet-install.sh --channel 7.0.1xx --quality ga
.