concordium-base
concordium-base copied to clipboard
Bumb IdissLib to NET6.0 and support Mac and Linux
Purpose
Bumb IdissLib to NET6.0 and support Mac and Linux
Changes
- IdissLib now builds the
idiss
Rust library and includes the binaries, removing the need for manually copying a shared library. - Support Linux and Mac for IdissLib, by conditionally copying
idiss
shared-library based on platform. - Bump to NET6.0, since NET5.0 no longer have official support anymore, and therefore causes warnings.
- Update Readme