VincentH-Net / CSharpForMarkup

Concise, declarative C# UI markup for .NET browser / native UI frameworks
MIT License
748 stars 43 forks source link

Error when installing NUGET #35

Closed SERWare closed 2 years ago

SERWare commented 2 years ago

Hello,

Install of https://www.nuget.org/packages/CSharpMarkup.WinUI/0.8.1-dev.6 on a VS 2022 project created with WinUI blank app templates fails and show:

Severity Code Description Project File Line Suppression State Error Package restore failed. Rolling back package changes for 'WinUITrial'.
Error NU1605 Detected package downgrade: Microsoft.Windows.SDK.BuildTools from 10.0.22000.197 to 10.0.22000.194. Reference the package directly from the project to select a different version. WinUITrial -> CSharpMarkup.WinUI 0.8.1-dev.6 -> Microsoft.Windows.SDK.BuildTools (>= 10.0.22000.197) WinUITrial -> Microsoft.Windows.SDK.BuildTools (>= 10.0.22000.194) WinUITrial C:\Users\estra\source\repos\SerUI\WinUITrial\WinUITrial\WinUITrial.csproj 1

Thanks

VincentH-Net commented 2 years ago

Fixed in release 0.8.3 by updating the WinUI NuGet dependency to latest stable

Thanks for reporting @SERWare !