Coder14
Coder14

Reputation: 1277

Can I build a .Net Core 3.0 WPF project for ARM?

Can I build a .Net Core 3.0 WPF project for ARM?

When trying to build I get the errors

error NETSDK1082: There was no runtime pack for Microsoft.WindowsDesktop.App available for the specified RuntimeIdentifier 'win10-arm'. error NETSDK1082: There was no runtime pack for Microsoft.WindowsDesktop.App.WPF available for the specified RuntimeIdentifier 'win10-arm'

Upvotes: 1

Views: 1571

Answers (1)

Coder14
Coder14

Reputation: 1277

Sorry, found the answer myself: https://github.com/dotnet/wpf/issues/1817

So not supported. Any info on if (when) it ever will be supported is still very welcome though.

Upvotes: 2

Related Questions