Fody/Costura

Add support for multi-platform native libraries

Closed this issue · 1 comments

The new folder names will be:

costura-[OS]-[platform]

A few examples:

  • costura-win-x86
  • costura-win-x64
  • costura-win-arm64

For now we will only support Windows, but we might change this in the future (if we need it).

The idea is to go through the pain now instead of doing a 2-stage breaking change (now with the new platforms, and later with the OS).