Replies: 1 comment 1 reply
-
In your scenario where you are seeing this, are you generating a C#/WinRT projection? We have recently seen this where the project has a CsWinRT package reference, but it isn't generating any C#/WinRT projection so the DLL being built has no reference to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly I didn't install WinSDK or UWP workload.
I
dotnet add package Microsoft.Windows.CsWinRT
, and set TargetFramework=net7.0-windows10.0.22000.0 and CsWinRTMessageImportance=highdotnet build says:
Is this expected? I googled it but get nothing. Thanks
Beta Was this translation helpful? Give feedback.
All reactions