danroth27 / BlazorWeather

Blazor Weather
https://aka.ms/blazorweather
MIT License
247 stars 57 forks source link

Build failing #37

Open ergodaveh opened 1 year ago

ergodaveh commented 1 year ago

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