Few things in this PR:
1) .Net 6.0 -> .Net 8.0 upgrade
2) Azure.Identity package upgraded to 10.2 (minimum version that has no vulnerability)
3) Added build for osx-arm64
4) WiX tools upgraded to 3.14
Breaking changes:
1) Due to the changes in how .Net 8 manages RIDs all Linux distro-specific packages are folded into 2 RPMs for x64/arm64 and 2 DEBs for x64/arm64
2) OpenSUSE users would need to install from tarball due to the way OpenSUSE names OpenSSL package which makes RPM incompatible with it
Few things in this PR: 1) .Net 6.0 -> .Net 8.0 upgrade 2)
Azure.Identity
package upgraded to 10.2 (minimum version that has no vulnerability) 3) Added build forosx-arm64
4) WiX tools upgraded to 3.14Breaking changes: 1) Due to the changes in how .Net 8 manages RIDs all Linux distro-specific packages are folded into 2 RPMs for x64/arm64 and 2 DEBs for x64/arm64 2) OpenSUSE users would need to install from tarball due to the way OpenSUSE names OpenSSL package which makes RPM incompatible with it