With an UWP app I can deploy the appx package to a Raspberry Pi in multiple ways.
From Update apps on your Windows 10 IoT Core devices (12/07/2017):
- Using Microsoft Store
- Using Device Update Center
- Using Azure IoT Device Management
- Using OMA-DM e.g SCCM
Is it possible to package a .NET Core app and use these channels to update it remotely (preferably via IoT Hub Device Management)?
Example scenarios are:
- Deployment of a new app to existing devices in the field
- Updating the version of the app already installed in the field