You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to migrate is to remove all references to winmds and System.Runtime.WindowsRuntime and System.Runtime.InteropServices.WindowsRuntime and instead just reference the Microsoft.Windows.SDK.NET package.
The text was updated successfully, but these errors were encountered:
I tried doing this and found a blocker because of issue microsoft/CsWinRT#338 since that Windows SDK package is not currently strong-named signed. Once they fix that issue, we can come back and continue this work
Per #1089 (comment) WinRT will not have a builtin runtime support and will cause our library to likely stop working on Windows after 5.0 ships.
Per @jkoritzinsky:
The text was updated successfully, but these errors were encountered: