Can I build UWP with .NET Core?

前端 未结 1 1949
一个人的身影
一个人的身影 2020-12-14 06:36

As I know that the .net-core can run UWP, can we build or write UWP with Core? I\'ve read the https://msdn.microsoft.com/en-us/magazine/mt694084.aspx

相关标签:
1条回答
  • 2020-12-14 07:21

    UWP apps will be able to use libraries you have created in .net core as long as you target the .netstandard1.6 (or higher) framework moniker.

    UWP is only for the windows ecosystem.

    See this article.

    0 讨论(0)
提交回复
热议问题