Using WinRT SDK on Windows 10

I am unsure about the use case for the WinRT Nuget package vs the newer CSharp package which is what is referenced in all sample UWP apps now. 
  • I am curious if there would be any reason to continue using WinRT package on Win 10. I presume there would be little more work to do with the WinRT package to setup ble.
  • Is the CSharp API a one-to-one match with the WinRT library?

Comments

  • If you want to write your UWP app with C++/CX, you'll need to use the WinRT package.  C# developers should use the C# package.

    No, the C# is a port of the Android SDK with minor changes.
This discussion has been closed.