Skip to content
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

[build] update $(MSBuildPackageReferenceVersion) to 17.6.3 #222

Closed
wants to merge 1 commit into from

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented Nov 30, 2023

In #221, we updated $(MSBuildPackageReferenceVersion) to 17.8.3. This caused some issues for XA, potentially because 17.8.3 changes its TF from net7.0 to net8.0.

Using the new conditional to overcome this is cumbersome, as we use Microsoft.Android.Build.BaseTasks.csproj from the XAT repo, and it does not inherit the value from XA's Directory.Build.props. We would need to introduce an external/xamarin-android-tools.override.props, etc.

For now, let's revert to 17.6.3. Once XA has been updated to .NET 9 we could probably update to 17.8.3 if desired.

Green XA test bump: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=8749478&view=results

@jpobst jpobst marked this pull request as ready for review November 30, 2023 20:53
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait until next week and see if we still need this when xamarin/xamarin-android/main is on .NET 9.

@jpobst jpobst closed this Dec 6, 2023
@jpobst jpobst deleted the msbuild-version-revert branch December 6, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants