BlazorWeather icon indicating copy to clipboard operation
BlazorWeather copied to clipboard

Build failing

Open ergodaveh opened this issue 1 year ago • 0 comments

Just wanted to have a look at the project use of Blazor and Maui using Vs2022 17.7.4 Xamarin 17.7.0.216 - Community installed Net6 and getting a few errors during the build. Tried resolving unsuccessfully with Nuget Cheers

Error NU1605 Warning As Error: Detected package downgrade: Microsoft.WindowsAppSDK from 1.1.5 to 1.0.0-experimental1. Reference the package directly from the project to select a different version. BlazorWeather.Maui -> Microsoft.Maui.Dependencies 6.0.553 -> Microsoft.WindowsAppSDK (>= 1.1.5) BlazorWeather.Maui -> Microsoft.WindowsAppSDK (>= 1.0.0-experimental1) BlazorWeather.Maui

Error NU1605 Warning As Error: Detected package downgrade: Microsoft.Graphics.Win2D from 1.0.3.1 to 1.0.0.26-experimental1. Reference the package directly from the project to select a different version. BlazorWeather.Maui -> Microsoft.Maui.Dependencies 6.0.553 -> Microsoft.Graphics.Win2D (>= 1.0.3.1) BlazorWeather.Maui -> Microsoft.Graphics.Win2D (>= 1.0.0.26-experimental1) BlazorWeather.Maui

ergodaveh avatar Sep 27 '23 01:09 ergodaveh