[main] Update dependencies from xamarin/xamarin-android#993
Merged
jonathanpeppers merged 6 commits intomainfrom May 13, 2021
Merged
[main] Update dependencies from xamarin/xamarin-android#993jonathanpeppers merged 6 commits intomainfrom
jonathanpeppers merged 6 commits intomainfrom
Conversation
…uild main-4182e1ff3eb779c499402eb7016fc7de84a0f8f4-1 Microsoft.Android.Sdk.Windows From Version 11.0.200-ci.main.250 -> To Version 11.0.200-ci.main.260 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.5.21229.1 -> To Version 6.0.100-preview.5.21255.8 (parent: Microsoft.Android.Sdk.Windows
If you don't have the very latest MSBuild 16.10, then the workload resolver fails with:
The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. Missing or invalid manifest version
We change the version number in our workloads to a string and some older MSBuild versions are still expecting an integer value.
jonathanpeppers
approved these changes
May 12, 2021
lytico
pushed a commit
to lytico/maui
that referenced
this pull request
May 15, 2021
Changes: dotnet/android@c60635b...4182e1f Changes: dotnet/installer@0b60950...8e4d77c Microsoft.Android.Sdk.Windows From Version 11.0.200-ci.main.250 -> To Version 11.0.200-ci.main.260 Dependency coherency updates Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.5.21229.1 -> To Version 6.0.100-preview.5.21255.8 (parent: Microsoft.Android.Sdk.Windows ~~ Other changes ~~ * Workload manifest packages were renamed See: dotnet/installer#10538 See: dotnet/android#5898 * Patch up `version` in `WorkloadManifest.json` If you don't have the very latest MSBuild 16.10, then the workload resolver fails with: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. Missing or invalid manifest version We changed the version number in our workloads to a string and some older MSBuild versions are still expecting an integer value.Temporarily put an integer in place of `version`, which we can hopefully remove down the road. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com
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.
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/xamarin/xamarin-android