Unable to Compile Desktop project #7617
-
I have the latest version of uno-check 1.1.0-dev.9 and it does not report any problems I'm getting two build error which I don't know how to resolve: This version of WindowsAppSDK requires WinRT.Runtime.dll version 1.3 or greater. AND A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
This is related to this issue: microsoft/WindowsAppSDK#745 You may need to update this section to later versions of the packages: |
Beta Was this translation helpful? Give feedback.
Thank you very much for explaining this to me, to be honest I somehow failed to notice that this repository was for Uno specifically, and my project is not for this platform. Apologies for taking up your time, but just in case it helps anyone else, I managed to fix my problem by removing the following line from my .csproj file:
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.4" />