Update MAUI to net9.0 issue
I just updated our Blazor MAUI app from net8.0 to net9.0 and totally stuck on this error:
error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.win-x64 with version (= 9.0.0)
error NU1102: - Found 102 version(s) in nuget.org [ Nearest version: 9.0.0-preview.7.24405.7 ]
Anyone has any tips on how to resolve it? I cant find that we are even using that library somewhere
0 Replies