Conversation
|
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 |
|
I’m fine with targeting dotnet 10 👍 |
|
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 |
|
Avalonia 12.0.0-preview1 is out on nuget.org now, so we can update to that. |
The 'watermark' propertties on various controls have been obsoleted and replaced with 'placeholder' properties
Main changes are from AvaloniaUI/Avalonia#20732 AvaloniaUI/Avalonia#20767 Where a number of previously public things were made internal.
|
Updated to Avalonia 12 preview 2. Mist of the changes are a result of AvaloniaUI/Avalonia#20732 making a number of previously public things internal. |
Avalonia 12 is coming up, so just doing some test builds with it so see if things still build