Conversation
Numpsy
commented
Feb 6, 2026
| <PropertyGroup> | ||
| <AvaloniaVersion>11.1.0</AvaloniaVersion> | ||
| <AvaloniaVersion>12.0.999-cibuild0061987-alpha</AvaloniaVersion> | ||
| <AvaloniaDataGridVersion>12.0.999-cibuild0061786-alpha</AvaloniaDataGridVersion> |
Collaborator
Author
There was a problem hiding this comment.
Note: The datagrid test app currently builds but doesn't run as DataGrid seems to be out of date with some breaking changes in Avalonia core. Will update when there are new builds of everything
Collaborator
Author
|
So, it appears that the latest version 12 nightlies of Avalonias iOS and Browser libraries need .NET 10, which means that the browser and iOS sample projects need to be updated, which means the repo needs to use the .NET 10 SDK instead of .NET 8 |
Member
|
I’m fine with targeting dotnet 10 👍 |
Collaborator
Author
|
For the record: Updating the iOS projects caused an error about needing a newer XCode version, and updating to that version then required changing the build pipeline from macOS-14 to macOS-15 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Avalonia 12 is coming up, so just doing some test builds with it so see if things still build