I think there's a few outdated versions in these example build pipelines:
https://github.com/dotnet/maui-samples/blob/main/9.0/Apps/WeatherTwentyOne/devops/AzureDevOps/azdo_windows.yml
One that caught me out in particular is the windows framework / SDK version (net9.0-windows10.19041.0) is pretty out of date and causes errors if you use NuGet packages built with newer versions.
It would be good if this could be updated e.g. to net9.0-windows10.0.26100.0
Also I don't know if it matters but the --source locations in the 'dotnet workload install maui' command references 'dotnet7'?
I think there's a few outdated versions in these example build pipelines:
https://github.com/dotnet/maui-samples/blob/main/9.0/Apps/WeatherTwentyOne/devops/AzureDevOps/azdo_windows.yml
One that caught me out in particular is the windows framework / SDK version (net9.0-windows10.19041.0) is pretty out of date and causes errors if you use NuGet packages built with newer versions.
It would be good if this could be updated e.g. to net9.0-windows10.0.26100.0
Also I don't know if it matters but the --source locations in the 'dotnet workload install maui' command references 'dotnet7'?