You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new MAUI build and test job has been failing:
C:\a\_work\2\s\maui\src\DotNet\Dependencies\Workloads.csproj : error NU1102: Unable to find package Microsoft.NET.Sdk.Android.Manifest-8.0.100-preview.7 with version (= 34.0.0-ci.pr.gh8185.402) [C:\a\_work\2\s\maui\src\DotNet\DotNet.csproj]
This is because our main branch has bumped from .NET 8 preview.7 builds
to .NET 8 rc.1 builds. We can fix this by writing our SDK band to the
Microsoft.NET.Sdk.Android.Manifest item in the workload restore project.
0 commit comments