Load UWP library into .NET Framework app

后端 未结 2 825
醉话见心
醉话见心 2020-12-06 06:39

There are a number of articles(codeproject, blog1, blog2, forum) to use WinRT library into .Net Framework console application in Windows 8.

I tried it with UWP in Wi

2条回答
  •  不思量自难忘°
    2020-12-06 07:25

    I had this error and I upgraded the version of Microsoft.NETCore.UniversalWindowsPlatform from "5.0.0" to "5.2.2" and my program started working

提交回复
热议问题